Created attachment 1142314 [details] Pending Requests Description of problem: When filtering by "Request Status: Pending" there will never be results because the actual pending requests are labeled with "pending_approval" and showing up as a different filter. When the user goes to My Requests and filters by "Request Status: Pending," there are no results. However, if the use clicks on the pending requests from the Dashboard link, the automatically applied filter is different and does show results. How reproducible: See steps below to reproduce. Steps to Reproduce: 1. From the Dashboard click on the #displaying the pending requests 2. One filter should automatically be applied on the Request Status. Add another filter on "Request Status" and filter by "Pending" 3. Both sets of syntax will be displayed. The results could differ depending on which filter is removed.
Self Service UI does not show pending requests . I created a service reconfigure request that stayed in pending state. It didn't show in SSUI . Is that expected ?
https://github.com/ManageIQ/manageiq-ui-self_service/pull/60
New commit detected on ManageIQ/manageiq-ui-self_service/master: https://github.com/ManageIQ/manageiq-ui-self_service/commit/5ba7b4afb736cdf29833ee5c108e66111d81a837 commit 5ba7b4afb736cdf29833ee5c108e66111d81a837 Author: Aparna Karve <akarve> AuthorDate: Wed Jun 1 10:35:04 2016 -0700 Commit: Aparna Karve <akarve> CommitDate: Wed Jun 1 11:09:42 2016 -0700 List items should be checked with the actual filter value List items should be checked with the actual filter value as opposed to the displayed Filter value String in the UI displayed Filter value in the UI - "Pending" Actual Filter value 'pending_approval' https://bugzilla.redhat.com/show_bug.cgi?id=1322934 client/app/states/dashboard/dashboard.html | 2 +- client/app/states/requests/list/list.state.js | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-)
Fixed. Verified in 5.7.0.0.20160906172503_12f65cb