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:
https://github.com/ManageIQ/manageiq-ui-classic/pull/2608
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(-)