Bug 914631 (PM-315, PRODMGT-315)
Summary: | RFE: Allow editing of existing alert condition within an alert definition | ||
---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Jirka Kremser <jkremser> |
Component: | Monitoring - Alerts | Assignee: | Jirka Kremser <jkremser> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | JON 3.1.2 | CC: | hrupp, loleary |
Target Milestone: | ER03 | ||
Target Release: | JON 3.2.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Feature Request | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jirka Kremser
2013-02-22 10:58:47 UTC
Only adding a button is not enough, as the underlying mechanism does not yet allow to edit the condition object (the object itself is replaced by a different one ).I was facing that issue in the REST api as well. See org.rhq.enterprise.server.rest.AlertDefinitionHandlerBean#updateCondition I suggest adding a new method to AlertDefinitionManager and then reuse it from the AlertDefinitionHandlerBean#updateCondition not to replicate the code. The AlertDefinitionHandlerBean has already the reference for the AlertDefinitionManager, so there will be only small change there. I have to still investigate how the history of changes to the definitions will be handled. master 5adfb9631 f9a6b22f3 9c2e41ff6 b0115d6fe 58a547f70 09236848d b006ad62d 5cd41a121 This is in the latest brew build |