Created attachment 1216654 [details] Edit Network Manager page not able to load due to routing error Description of problem:Unable to edit a Network Manager from the Summary page Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Select a Network Manager from the list of Network Managers 2. Select Configuration -> Edit this Network Manager 3. Page is not able to load due to routing exception Actual results: Page is not able to load due to routing exception Expected results: Edit page should load properly Additional info: [----] I, [2016-11-02T10:41:50.496758 #12584:3fdb260ce464] INFO -- : Started GET "/ems_network/edit/6" for ::1 at 2016-11-02 10:41:50 -0700 [----] F, [2016-11-02T10:41:50.528149 #12584:3fdb260ce464] FATAL -- : [----] F, [2016-11-02T10:41:50.528232 #12584:3fdb260ce464] FATAL -- : ActionController::RoutingError (No route matches [GET] "/ems_network/edit/6"):
https://github.com/ManageIQ/manageiq/pull/12366
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/e561592a80fce3149b0ddcac59f3afd52ab574a9 commit e561592a80fce3149b0ddcac59f3afd52ab574a9 Author: Aparna Karve <akarve> AuthorDate: Wed Nov 2 10:32:27 2016 -0700 Commit: Aparna Karve <akarve> CommitDate: Wed Nov 2 10:49:38 2016 -0700 Fix the Edit path and RESTful handling of ems_network https://bugzilla.redhat.com/show_bug.cgi?id=1391178 app/controllers/application_controller.rb | 2 ++ app/helpers/application_helper/toolbar/ems_network_center.rb | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-)
Created attachment 1275072 [details] screen shot of Network Manager summary page