Bug 1508982
Summary: | Missing notification type icons in the Notification Drawer | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Dávid Halász <dhalasz> | ||||
Component: | UI - OPS | Assignee: | Dan Clarizio <dclarizi> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dave Johnson <dajohnso> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 5.9.0 | CC: | dhalasz, hkataria, jhardy, mpovolny, obarenbo, simaishi | ||||
Target Milestone: | GA | Keywords: | TestOnly | ||||
Target Release: | 5.10.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1509413 1509414 (view as bug list) | Environment: | |||||
Last Closed: | 2018-06-21 20:24:47 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1509413, 1509414 | ||||||
Attachments: |
|
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low. New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/2a25342406ec713ee11ec843c3dc837eb04fa298 commit 2a25342406ec713ee11ec843c3dc837eb04fa298 Author: Dávid Halász <dhalasz> AuthorDate: Thu Nov 2 16:27:17 2017 +0100 Commit: Dávid Halász <dhalasz> CommitDate: Thu Nov 2 16:32:35 2017 +0100 Display the missing notification type icons in the drawer https://bugzilla.redhat.com/show_bug.cgi?id=1508982 .../notifications/notifications_drawer_controller.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) |
Created attachment 1347048 [details] screenshot Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Have a provider with at least one host 2. In a rails console emit a notification: `Notification.create(:type => :host_provisioned, :initiator => User.first, :subject => Host.last)` 3. Open the notification drawer Actual results: The notification type icons aren't being displayed (see screenshot) Expected results: The notification type icons should be displayed Additional info: