Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): 5.6.3.2 How reproducible: Always Steps to Reproduce: 1. Go to Compute -> Infrastructure -> Datastores 2. Create a filter 3. Actual results: Filter is not displayed until refresh occurs Expected results: Filter should be displayed immediately after creation Additional info:
https://github.com/ManageIQ/manageiq/pull/13140
fixed by https://github.com/ManageIQ/manageiq/pull/13140
https://github.com/ManageIQ/manageiq/pull/13197
https://github.com/ManageIQ/manageiq-ui-classic/pull/98
https://github.com/ManageIQ/manageiq-ui-classic/pull/101
https://github.com/ManageIQ/manageiq-ui-classic/pull/142
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/952f11c688da8c85a56f306c47d6b3ec07f93596 commit 952f11c688da8c85a56f306c47d6b3ec07f93596 Author: Hilda Stastna <hstastna> AuthorDate: Mon Jan 9 13:31:08 2017 +0100 Commit: Hilda Stastna <hstastna> CommitDate: Mon Jan 9 13:31:08 2017 +0100 Make visible My Filters in Datastores fixing https://bugzilla.redhat.com/show_bug.cgi?id=1398748 https://bugzilla.redhat.com/show_bug.cgi?id=1382768 Make created filters (not global) in Compute -> Infrastructure -> -> Datastores visible under My Filters in accordion. app/presenters/tree_builder_storage.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/b0f99dfc7b497965d02d0c2daae2535de2e4f8ad commit b0f99dfc7b497965d02d0c2daae2535de2e4f8ad Author: Hilda Stastna <hstastna> AuthorDate: Mon Jan 9 13:39:33 2017 +0100 Commit: Hilda Stastna <hstastna> CommitDate: Mon Jan 9 13:39:33 2017 +0100 Display new filter in Datastores right after creating it fixing https://bugzilla.redhat.com/show_bug.cgi?id=1398748 https://bugzilla.redhat.com/show_bug.cgi?id=1382768 Display a new filter (not global) in Compute -> Infrastructure -> -> Datastores in My Filters in accordion right after creating it, no need to refresh the page to see the new filter there. app/controllers/application_controller/filter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Verified in 5.8.0.9. Newly created filters are displayed immediately.