Actions
Bug #9427
closedUsing "Suggest new" IP button from New Host pages is a no-op on webui
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1124466
Description of problem:
When creating a new host and from the Network tab The "suggest new" IP button is depressed and nothing happens. The text field is not filled in and there are not visual indicators if an error occured of the status of the action.
When inspecting the production log it appears a possible 404 occured that is not converted into a meaningful message:
(0.1ms) SELECT id FROM "taxonomies" WHERE "taxonomies"."type" IN ('Location') LIMIT 1
(0.1ms) SELECT id FROM "taxonomies" WHERE "taxonomies"."type" IN ('Organization') LIMIT 1
Host::Managed Load (0.3ms) SELECT "hosts".* FROM "hosts" WHERE "hosts"."type" IN ('Host::Managed') AND "hosts"."name" = 'process_hostgroup' LIMIT 1
Rendered common/404.html.erb within layouts/application (1.0ms)
Rendered home/_submenu.html.erb (3.5ms)
Rendered home/_user_dropdown.html.erb (1.3ms)
Read fragment views/tabs_and_title_records-1 (0.1ms)
Rendered home/_topbar.html.erb (6.1ms)
Rendered layouts/base.html.erb (7.5ms)
Filter chain halted as :find_by_name rendered or redirected
Completed 404 Not Found in 20ms (Views: 10.0ms | ActiveRecord: 1.2ms)
Updated by Shimon Shtein over 9 years ago
- Assignee changed from Ohad Levy to Shimon Shtein
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2176 added
- Pull request deleted (
)
Updated by Shimon Shtein over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset b9521a8dc7f4e61a011cabbfdfe78657bd3c24d2.
Updated by Dominic Cleal over 9 years ago
- Category set to Network
- Translation missing: en.field_release set to 28
Updated by Lukas Zapletal about 9 years ago
- Related to Bug #10976: Unused IP button does not work anymore added
Actions