Hide Forgot
Created attachment 1144131 [details] Screenshot of the bug Description of problem: Info alerts are missing in Events, Alert and Actions if search result is empty. Version-Release number of selected component (if applicable): 5.6.0.0-pre-nightly.20160321091612_a8eb2ed How reproducible: Always Steps to Reproduce: 1. Go to Control->Explorer 2. Open Actions, Events or Alerts 3. Try to make search which will find nothing Actual results: An information alert is missing Expected results: There should be an alert with the text "... not found" or something like that.
https://github.com/ManageIQ/manageiq/pull/9749
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/ccb4c9c6e8585be7b173c47923eb4885e39b812e commit ccb4c9c6e8585be7b173c47923eb4885e39b812e Author: Greg Piatigorski <gpiatigo> AuthorDate: Tue Jul 12 07:26:10 2016 -0700 Commit: Greg Piatigorski <gpiatigo> CommitDate: Thu Jul 21 14:11:58 2016 -0700 Display "Not Found" information message Display user info message when a search fails for Alert, Action or Event in Control/Explorer pages https://bugzilla.redhat.com/show_bug.cgi?id=1324400 app/views/miq_policy/_alert_list.html.haml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-)
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/6c6d88c310676c2460969ab487689d369c084985 commit 6c6d88c310676c2460969ab487689d369c084985 Author: Greg Piatigorski <gpiatigo> AuthorDate: Thu Jul 21 10:49:32 2016 -0700 Commit: Greg Piatigorski <gpiatigo> CommitDate: Thu Jul 21 14:12:32 2016 -0700 Display "Not Found" information message Display user info message when a search fails for Actions in Control/Explorer pages https://bugzilla.redhat.com/show_bug.cgi?id=1324400 app/views/miq_policy/_action_list.html.haml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-)
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/32f9d6ac226882a5aefed174a2163eec003b5810 commit 32f9d6ac226882a5aefed174a2163eec003b5810 Author: Greg Piatigorski <gpiatigo> AuthorDate: Thu Jul 21 11:13:35 2016 -0700 Commit: Greg Piatigorski <gpiatigo> CommitDate: Thu Jul 21 14:13:20 2016 -0700 Display "Not Found" message Display info message when search for Events in Control/Explorer finds no matches https://bugzilla.redhat.com/show_bug.cgi?id=1324400 app/views/miq_policy/_event_list.html.haml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-)
Fix posted.
Fixed and verified in 5.7.0.0.20160906172503_12f65cb.
*** Bug 1364502 has been marked as a duplicate of this bug. ***