Description of problem: Continuation of this bz: https://bugzilla.redhat.com/show_bug.cgi?id=1479922 Notifications appear in order during session. After closing and opening UI the notifications are presented out of order Version-Release number of selected component (if applicable): 5.8.2.3 How reproducible: Always Steps to Reproduce: 1. Perform an action that presents a notification. ex: enable Embedded Ansible 2. After both notifications appear close browser tab and open new 3. click notification bell Actual results: latest notification is pushed to the bottom of the list Expected results: latest notification should remain at the top Additional info:
This can be easily reproduced by logging into an appliance that has pre-existing notifications. The sort order for older notifications will be oldest at the top.
https://github.com/ManageIQ/manageiq-ui-classic/pull/4010
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/b7f7ad2e2d3daa9c78ae6694bf0d6f59e3202cd8 commit b7f7ad2e2d3daa9c78ae6694bf0d6f59e3202cd8 Author: Dávid Halász <dhalasz> AuthorDate: Thu May 31 08:16:59 2018 -0400 Commit: Dávid Halász <dhalasz> CommitDate: Thu May 31 08:16:59 2018 -0400 Render notifications fetched from the API in the correct order https://bugzilla.redhat.com/show_bug.cgi?id=1583821 app/assets/javascripts/services/event_notifications_service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
One time issue. Setting qe_test_coverage flag to -.
Verified in 5.10.0.4. Notification events are in order even after logout/login(close tab/login).