Bug 616661
Summary: | Alert mapping for email addresses not quite right from 2.3.1 -> 2.4 -- off-by-ones? | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Corey Welton <cwelton> | ||||||||
Component: | Alerts | Assignee: | Joseph Marques <jmarques> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Corey Welton <cwelton> | ||||||||
Severity: | urgent | Docs Contact: | |||||||||
Priority: | urgent | ||||||||||
Version: | 1.3 | CC: | jmarques, rtimaniy | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | All | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | 2.4 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2010-08-12 16:59:57 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 601949, 614432 | ||||||||||
Attachments: |
|
Description
Corey Welton
2010-07-21 05:03:48 UTC
Created attachment 433294 [details]
alert2
Created attachment 433295 [details]
alert 3 - notification lists
Created attachment 433296 [details]
alert 3 - notification actions
commit 1d25a6cec3aa71897ad109ddcad0cade752ae289 Author: Joseph Marques <joseph> Date: Wed Jul 21 01:39:06 2010 -0400 BZ-616661: keep alert notifications sticky to the definitions that defined them * was incrementing the definitionId counter before persisting the configuration * stop adding leading/trailing ',' to email-based notifications ** this would only occur when multiple notifications were defined for an alert definition ** if an alert definition would only have email-based notifications, the upgrade did not add the extra ',' *** Bug 616837 has been marked as a duplicate of this bug. *** QA Verified, extra commas are gone and alert notifications line up with their corresponding alerts. Mass-closure of verified bugs against JON. |