Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028141Openbravo ERPA. Platformpublic2014-11-11 15:442014-11-11 16:08
AugustoMauch 
dmitry_mezentsev 
normalminorhave not tried
closedfixed 
5
 
 
Core
No
0028141: API Change: Deletion of row in AD_TABLE_TREE table
The AD_TABLE_TREE contained a row that had been add been added by mistake. That table stores the possible tree representations of the instances of AD_TABLE, and the AD_TABLE_TREE removed belonged to an AD_TABLE that was not a tree.

That AD_TABLE_TREE row was not referenced anywhere in our code. It is possible, though extremely unlikely, that someone had referenced it in an external module. The only place where that row can be referenced from is the AD_TAB table, to enable that tree representation of the table in that tab. Doing this makes no sense as it belonged to a table which was not a tree.

The changeset that broke the API was included in PRQ3.2. It had not been reported till now because it was mistakenly considered a false API positive.
-
No tags attached.
related to defect 00279183.0PR15Q1 closed AugustoMauch After PR14Q2.X and new tree infrastructure, window User Defined Accounting Report Setup window has lost the tree view 
Issue History
2014-11-11 15:44AugustoMauchNew Issue
2014-11-11 15:44AugustoMauchAssigned To => AugustoMauch
2014-11-11 15:44AugustoMauchModules => Core
2014-11-11 15:44AugustoMauchTriggers an Emergency Pack => No
2014-11-11 15:44AugustoMauchAssigned ToAugustoMauch => dmitry_mezentsev
2014-11-11 15:44AugustoMauchRelationship addedrelated to 0027918
2014-11-11 16:07AugustoMauchStatusnew => scheduled
2014-11-11 16:07AugustoMauchfix_in_branch => pi
2014-11-11 16:08AugustoMauchNote Added: 0071558
2014-11-11 16:08AugustoMauchStatusscheduled => resolved
2014-11-11 16:08AugustoMauchFixed in SCM revision => https://code.openbravo.com/erp/devel/api-checks/rev/6b93fec364183fb0053518861c5ca40ad350c8f1 [^]
2014-11-11 16:08AugustoMauchResolutionopen => fixed
2014-11-11 16:08AugustoMauchStatusresolved => closed

Notes
(0071558)
AugustoMauch   
2014-11-11 16:08   
Approved by DME