Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0041612Openbravo ERPA. Platformpublic2019-08-08 14:312019-08-12 09:31
cberner 
cberner 
normalminorhave not tried
closedfixed 
5
 
 
AugustoMauch
Core
No
0041612: API Change: Removed callout Activation_Message and REG_INFO_MESSAGE message
API Change found:
Removed row from table AD_CALLOUT - ID: 1000300000
Removed row from table AD_MESSAGE - ID: 1000300014
Removed row from table AD_MODEL_OBJECT - ID: 1000300001
Missing class org.openbravo.erpCommon.ad_callouts.Activation_Message

Removed Activation_Message callout and related model object.
Removed REG_INFO_MESSAGE message.

Checked out all modules registered in butler and there's no reference to the callout and the message.
-
Approved
related to defect 00393483.0PR19Q4 closed cberner Review Activation_Message callout usage 
Issue History
2019-08-08 14:31cbernerNew Issue
2019-08-08 14:31cbernerAssigned To => alostale
2019-08-08 14:31cbernerModules => Core
2019-08-08 14:31cbernerTriggers an Emergency Pack => No
2019-08-08 14:41cbernerDescription Updatedbug_revision_view_page.php?rev_id=19286#r19286
2019-08-08 14:42cbernerRelationship addedrelated to 0039348
2019-08-08 15:10alostaleTag Attached: Approved
2019-08-08 15:10alostaleAssigned Toalostale => cberner
2019-08-09 13:52cbernerStatusnew => scheduled
2019-08-09 13:53cbernerReview Assigned To => AugustoMauch
2019-08-12 09:31hgbotCheckin
2019-08-12 09:31hgbotNote Added: 0113941
2019-08-12 09:31hgbotStatusscheduled => resolved
2019-08-12 09:31hgbotResolutionopen => fixed
2019-08-12 09:31hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/37628aedeeefa238c6d607b2aff9dba690ca087e [^]
2019-08-12 09:31AugustoMauchStatusresolved => closed

Notes
(0113941)
hgbot   
2019-08-12 09:31   
Repository: erp/devel/api-checks
Changeset: 37628aedeeefa238c6d607b2aff9dba690ca087e
Author: Cristian Berner <cristian.berner <at> openbravo.com>
Date: Fri Aug 09 13:42:22 2019 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/37628aedeeefa238c6d607b2aff9dba690ca087e [^]

fixes issue 41612: Removed Activation_Message callout and REG_INFO_MESSAGE msg

Activation_Message callout has been removed along with any reference to it.
REG_INFO_MESSAGE message has been removed, found being used only in Activation_Message.
Removed calls to Activation_Message callout for columns AD_System_Info_ID and TextProxy in table AD_System_Info.

---
M java/reference/java.japi.gz
M model/src-db/database/sourcedata/AD_CALLOUT.xml
M model/src-db/database/sourcedata/AD_MESSAGE.xml
M model/src-db/database/sourcedata/AD_MODEL_OBJECT.xml
---