Bug 1489798
| Summary: | Toast notifications missing error icon | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 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: | medium | ||||||||
| Version: | 5.8.0 | CC: | dhalasz, hkataria, jhardy, mmojzis, mpovolny, obarenbo, rspagnol, simaishi | ||||||
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||||
| Target Release: | 5.9.0 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | ui:automate:notification | ||||||||
| Fixed In Version: | 5.9.0.3 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | |||||||||
| : | 1503611 (view as bug list) | Environment: | |||||||
| Last Closed: | 2018-03-06 14:49:50 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: | 1503611 | ||||||||
| Attachments: |
|
||||||||
|
Description
Ryan Spagnola
2017-09-08 12:07:32 UTC
Created attachment 1323710 [details]
screenshot
Created attachment 1331452 [details]
error font icon
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. |