Created attachment 1388987 [details] Searching in Datastores, title does not update Description of problem: Title of the page does not update when searching text in Datastores, My Services and other pages (see Additional info). Version-Release number of selected component (if applicable): 5.9 How reproducible: 100% Steps to Reproduce: 1. Go to Compute -> Infrastructure -> Datastores or Services -> My services 2. Enter some text to Search form and press Enter or click on the search icon Actual results: The title of the page does not update, entered search text does not appear in the title. Expected results: The title of the page should update according to search text entered in the Search form. Something like "Names with..." should be added to the original title of the page. Additional info: Searching works, the result of searching appears without any problems. The same problem with the title when searching, is in: - Configuration > Management > Providers, Configured Systems - Control > Explorer > all of the tabs in accordion, - Automation > Ansible Tower > Explorer > all of the tabs in accordion.
https://github.com/ManageIQ/manageiq-ui-classic/pull/3385
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/c7488dfc84b7a2743ef4de4167e2e568e10ca40a commit c7488dfc84b7a2743ef4de4167e2e568e10ca40a Author: Hilda Stastna <hstastna> AuthorDate: Thu Feb 8 13:25:36 2018 +0100 Commit: Hilda Stastna <hstastna> CommitDate: Mon Feb 12 12:59:37 2018 +0100 Fix title of the page to be updated when searching text in Datastores Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1540613 Fix title of the page to be updated according to search text in Compute > > Infrastructure > Datastores page. app/controllers/storage_controller.rb | 1 + 1 file changed, 1 insertion(+)
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/a2645b8456701b599200280d7db82b5401eee54e commit a2645b8456701b599200280d7db82b5401eee54e Author: Hilda Stastna <hstastna> AuthorDate: Thu Feb 8 15:19:33 2018 +0100 Commit: Hilda Stastna <hstastna> CommitDate: Mon Feb 12 12:59:37 2018 +0100 Fix title of the page to be updated when searching text in My Services Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1540613 Fix title of the page to be updated according to search text in Services > My Services page. app/controllers/service_controller.rb | 1 + 1 file changed, 1 insertion(+)
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/86a77927598feb80f26cef569273872bfdcaf420 commit 86a77927598feb80f26cef569273872bfdcaf420 Author: Hilda Stastna <hstastna> AuthorDate: Thu Feb 8 16:35:25 2018 +0100 Commit: Hilda Stastna <hstastna> CommitDate: Mon Feb 12 12:59:37 2018 +0100 Fix title of the page to be updated when searching text in Config mgmt Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1540613 Fix title of the page to be updated according to search text in Configuration > Management page. app/controllers/provider_foreman_controller.rb | 1 + 1 file changed, 1 insertion(+)
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/249f42f3388d79bea1ef575a64aca01b20312745 commit 249f42f3388d79bea1ef575a64aca01b20312745 Author: Hilda Stastna <hstastna> AuthorDate: Fri Feb 9 11:19:34 2018 +0100 Commit: Hilda Stastna <hstastna> CommitDate: Mon Feb 12 12:59:37 2018 +0100 Fix title of the page to be updated when searching text in Ctrl Explorer Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1540613 Fix title of the page to be updated according to search text in Control > Explorer page. app/controllers/miq_policy_controller.rb | 2 ++ 1 file changed, 2 insertions(+)
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/a8011c32b2d63122175182175d15212493d513d5 commit a8011c32b2d63122175182175d15212493d513d5 Author: Hilda Stastna <hstastna> AuthorDate: Fri Feb 9 11:46:19 2018 +0100 Commit: Hilda Stastna <hstastna> CommitDate: Mon Feb 12 12:59:37 2018 +0100 Fix title of the page when searching text in Ansible Tower Explorer Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1540613 Fix title of the page to be updated according to search text in Automation > Ansible Tower > Explorer screen. app/controllers/automation_manager_controller.rb | 3 +++ 1 file changed, 3 insertions(+)
Verified in 5.10.0.8. Title is updated after applying basic search on these pages.