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
Actions