Created attachment 1260958 [details] screen shot of empty page during breadcrumb navigation Description of problem: ----------------------- The Breadcrumb navigation is broken on SUI Dialogs page. Version-Release number of selected component (if applicable): ------------------------------------------------------------ 5.8.0.3 How reproducible: ---------------- Always Steps to Reproduce: ------------------- 1.In SUI, click Dialogs on the left. 2.On the Dialogs page on the right, enter an expression for the 'Name' filter. 3.When a match is found, click the Dialog.Once on the Dialog page, click 'Dialogs' in the breadcrumb trail. Actual results: --------------- Clicking 'Dialogs' in the breadcrumb trail takes you to the Dialogs page, but the page is empty.See attached screen shot. Expected results: ----------------- No empty page during Breadcrumb navigation on Dialogs page. Additional info: ----------------
Hi Roman, Could you please provide an ETA on resolution? Chris
Josh, Can you please take a stab at this? Chris
https://github.com/ManageIQ/manageiq-ui-service/pull/578
New commit detected on ManageIQ/manageiq-ui-service/master: https://github.com/ManageIQ/manageiq-ui-self_service/commit/b5becf51d772d8ee2a4c91a37de2f6f3ad00fa0b commit b5becf51d772d8ee2a4c91a37de2f6f3ad00fa0b Author: Josh Langholtz <jjlangholtz> AuthorDate: Mon Mar 13 10:29:19 2017 -0400 Commit: Josh Langholtz <jjlangholtz> CommitDate: Mon Mar 13 10:29:19 2017 -0400 Fix dialogs breadcrumb navigation The dialogs breadcrumb error reported in the ticket was caused by the `matchesFilter` function being defined as a function expression with surrounding code expecting the function to be hoisted. Convert the function to a function declaration so that it can be hoisted. https://www.pivotaltracker.com/story/show/141593937 https://bugzilla.redhat.com/show_bug.cgi?id=1430077 client/app/dialogs/dialogs-list.component.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Fixed. Verified in master.20170321141428_a143dcd
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1367