Actions
Bug #690
closedarchitecture_selected - Couldn't find Host with ID
Description
When I try to change the architecture of an existing host I get a "Couldn't find Host with ID host.domain.tld" error.
In the Webinterface it says: "The page you were looking for doesn't exist."
The method "ajax_methods" in the HostController tries to find the host by id, but uses the hostname, so we need a Host.find_by_name(...)
Files
Updated by Ohad Levy almost 14 years ago
- Assignee set to Ohad Levy
- Priority changed from High to Normal
- Target version set to 0.2
You are correct, this was already fixed in the new css branch, but wasnt merged into the developed branch yet.
(https://github.com/ohadlevy/foreman/commit/10c5720bbf36e1b0f0fe09ddf43a8f59824ec8a6#diff-0)
hopefully the new-css branch would be ready in a few days (lacking the proper redesign for the host new/edit page).
thank you.
Updated by Ohad Levy almost 14 years ago
- Status changed from New to Closed
fixed as part of the bulk updates to the new look and feel.
Actions