Bug 1305182
| Summary: | Disable OOTB Alert deletion | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Nandini Chandra <nachandr> |
| Component: | UI - OPS | Assignee: | Dávid Halász <dhalasz> |
| Status: | CLOSED ERRATA | QA Contact: | Matouš Mojžíš <mmojzis> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.4.0 | CC: | hkataria, jhardy, mmojzis, mpovolny, nachandr, obarenbo |
| Target Milestone: | GA | ||
| Target Release: | 5.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | ui:alert:usability | ||
| Fixed In Version: | 5.6.0.4 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-29 15:36:31 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: | |||
|
Description
Nandini Chandra
2016-02-05 23:48:56 UTC
This issue also occurs in 5.5. Is there any way to determine if an alert is OOTB or not? New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/0c613ef49d36733e84bdcff32f2506d8339c7721 commit 0c613ef49d36733e84bdcff32f2506d8339c7721 Author: Dávid Halász <dhalasz> AuthorDate: Mon Apr 18 18:58:07 2016 +0200 Commit: Dávid Halász <dhalasz> CommitDate: Mon Apr 18 22:15:41 2016 +0200 Return a flash message if the user tries to delete an OOTB alert https://bugzilla.redhat.com/show_bug.cgi?id=1305182 app/controllers/miq_policy_controller/alerts.rb | 4 ++++ .../miq_policy_controller/alerts_spec.rb | 26 ++++++++++++++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) How to find out which alerts are OOTB and which are not? All the alerts listed on the Control -> Explorer page would be considered as OOTB. Verified that 1)a flash message is displayed when a user tries to delete OOTB alerts and 2)OOTB alerts cannot be disabled with the fix. Verified in 5.6.0.4 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1348 One time issue. Setting qe_test_coverage flag to -. |