Description of problem: Error notifications are missing error icon Version-Release number of selected component (if applicable): 5.8.1.5 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: See attached screenshot ~~~ $evm.create_notification!( message: 'Failed!', subject: vm, type: 'automate_user_error' )
Created attachment 1323710 [details] screenshot
Created attachment 1331452 [details] error font icon
https://github.com/ManageIQ/manageiq-ui-classic/pull/2426
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/57c2527668ca3ee9ad9865768b5c7f67b9fe6d60 commit 57c2527668ca3ee9ad9865768b5c7f67b9fe6d60 Author: Dávid Halász <dhalasz> AuthorDate: Tue Oct 17 15:34:27 2017 +0200 Commit: Dávid Halász <dhalasz> CommitDate: Tue Oct 17 15:34:27 2017 +0200 Notification type error should be rendered in patternfly as danger https://bugzilla.redhat.com/show_bug.cgi?id=1489798 .../javascripts/services/event_notifications_service.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
Hi, how can I reproduce it? Can I somehow evoke this notification? Thanks!
From a rails console (bin/rails c): Notification.create(:type => :automate_user_error, :initiator => User.first, :options => { :message => 'hello' })
Verified in 5.9.0.11. Tried to run automate_global_error and automate_user_error from rails console and both these notifications were shown with red cross image.