Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012506Openbravo ERPA. Platformpublic2010-03-01 12:442022-02-01 08:08
iperdomo 
Triage Platform Base 
highmajoralways
acknowledgedopen 
202.6.30-gentoo-r5
2.50MP11 
 
Core
No
0012506: The Alert class for creating alert instances is broken
The Alert utility class is broken. It expects that the AlertRuleId is an int, instead of a String
Check the JavaDoc of this class
http://code.openbravo.com/docs/erp/devel/2.50MP11/org/openbravo/erpCommon/utility/Alert.html [^]
AlertRuleId are String so the Alert utility class should use String in setAlertRuleId and return a String in the getAlertRuleId
No tags attached.
related to feature request 0048949 closed shuehner Remove feature to receive alerts from butler via heartbeat reply (i.e. about updates) 
Issue History
2010-03-01 12:44iperdomoNew Issue
2010-03-01 12:44iperdomoAssigned To => alostale
2010-03-08 16:02alostaleStatusnew => scheduled
2010-03-08 16:02alostalefix_in_branch => pi
2012-03-30 13:10alostaleNote Added: 0046978
2012-03-30 13:10alostaleTypedefect => design defect
2012-03-30 13:10alostalefix_in_branchpi =>
2012-09-24 23:37AugustoMauchNote Added: 0052502
2017-03-31 14:36alostaleStatusscheduled => acknowledged
2017-04-10 14:34alostaleAssigned Toalostale => platform
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base
2022-03-31 16:04shuehnerRelationship addedrelated to 0048949

Notes
(0046978)
alostale   
2012-03-30 13:10   
Design defect:

This was designed to allow butler to send alerts when receiving a beat. Now there are other mechanisms to display relevant info (such as "Welcom to Openbravo" widget) and butler is not sending back any alert. So it must be decided whether this alert infrastructure should be completely removed.
(0052502)
AugustoMauch   
2012-09-24 23:37   
Effort: 1
Impact: low
Plan: short