Bug 1583821
Summary: | Notification events are out of order | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ryan Spagnola <rspagnol> | |
Component: | UI - OPS | Assignee: | Dávid Halász <dhalasz> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Matouš Mojžíš <mmojzis> | |
Severity: | medium | Docs Contact: | ||
Priority: | high | |||
Version: | 5.8.0 | CC: | cpelland, hkataria, lavenel, mmojzis, mpovolny, obarenbo, simaishi | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.10.0 | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ui:notification | |||
Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1586213 1586214 (view as bug list) | Environment: | ||
Last Closed: | 2019-02-11 14:08:38 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | Bug | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | CFME Core | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1586213, 1586214 |
Description
Ryan Spagnola
2018-05-29 19:10:14 UTC
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. 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). |