Description of problem: When I try to save a filter in Subnets/Routers/Security groups/Floating IPs/Network ports then exception appears and page is unavailable forever!!! Version-Release number of selected component (if applicable): 5.6.1.0 How reproducible: Always Steps to Reproduce: 1. Go to Networks -> Subnets 2. Try to save a filter 3. Actual results: [----] F, [2016-08-04T08:58:44.598097 #3035:112996c] FATAL -- : Error caught: [ActionView::Template::Error] No route matches {:action=>"listnav_search_selected", :button=>"apply", :controller=>"cloud_subnet", :id=>118} Expected results: Additional info:
Bugfix merged to the master commit 3706ef7c4a6bedc41775698363a4b24eb172812f Merge: d69fb36 1ba5452 Author: Martin Povolny <mpovolny> Date: Tue Aug 9 08:42:29 2016 +0200 Merge pull request #10324 from jzigmund/bz1364089-missing_routes_for_network_items Added missing routes for Network resources
PR: https://github.com/ManageIQ/manageiq/pull/10324 The PR is 'darga/backported', adding cfme-5.6.z flag.
Still not working on Network Ports page.
In version 5.7.0.3.
Bugfix has been created for master branch - https://github.com/ManageIQ/manageiq/pull/11584 (not merged yet)
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/c349c8bab17de99c56f3517672ad433cf8376d24 commit c349c8bab17de99c56f3517672ad433cf8376d24 Author: Jozef Zigmund <jzigmund> AuthorDate: Thu Sep 29 17:24:47 2016 +0200 Commit: Jozef Zigmund <jzigmund> CommitDate: Thu Oct 6 14:35:14 2016 +0200 Added missing routes for Network Ports https://bugzilla.redhat.com/show_bug.cgi?id=1364089 config/routes.rb | 2 ++ 1 file changed, 2 insertions(+)
Verified in 5.8.0.3. I can save filters in these pages without exceptions.