Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0032994Openbravo ERPA. Platformpublic2016-05-19 10:422016-05-20 07:52
NaroaIriarte 
NaroaIriarte 
normalminorhave not tried
closedfixed 
5
 
 
Core
No
0032994: API change because some PL sql functions have been deleted and the EntityResolver.setLookForTranslatedIDs method too
Some PL sql functions have been deleted because were not used. The deleted functions are the following: hex_to_int, is_trigger_enabled, to_date, ad_shortname.
The EntityResolver.setLookForTranslatedIDs public method has been deleted because it is not used.
.
Approved
Issue History
2016-05-19 10:42NaroaIriarteNew Issue
2016-05-19 10:42NaroaIriarteAssigned To => platform
2016-05-19 10:42NaroaIriarteModules => Core
2016-05-19 10:42NaroaIriarteTriggers an Emergency Pack => No
2016-05-19 10:43NaroaIriarteAssigned Toplatform => alostale
2016-05-19 10:45NaroaIriarteDescription Updatedbug_revision_view_page.php?rev_id=12156#r12156
2016-05-19 10:46alostaleTag Attached: Approved
2016-05-19 10:46alostaleAssigned Toalostale => NaroaIriarte
2016-05-19 11:16hgbotCheckin
2016-05-19 11:16hgbotNote Added: 0086571
2016-05-19 11:16hgbotStatusnew => resolved
2016-05-19 11:16hgbotResolutionopen => fixed
2016-05-19 11:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/6605a26b0bb1ff107ba04e03a71dcc718332456a [^]
2016-05-19 13:07hgbotCheckin
2016-05-19 13:07hgbotNote Added: 0086579
2016-05-20 07:52alostaleStatusresolved => closed

Notes
(0086571)
hgbot   
2016-05-19 11:16   
Repository: erp/devel/api-checks
Changeset: 6605a26b0bb1ff107ba04e03a71dcc718332456a
Author: Naroa Iriarte <naroa.iriarte <at> openbravo.com>
Date: Thu May 19 11:09:00 2016 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/6605a26b0bb1ff107ba04e03a71dcc718332456a [^]

Fixed issue 32994: API change for issue 32932

The project which fixed the issue 32932, the code cleaning up,
has some API changes, the EntityResolver.setLookForTranslatedIDs method
has been deleted because it was not used, and there are some PL sql
functions that have been deleted too.
These are: hex_to_int, is_trigger_enabled, to_date, ad_short_name.

---
M java/reference/java.japi.gz
---
(0086579)
hgbot   
2016-05-19 13:07   
Repository: erp/devel/api-checks
Changeset: 3f64027f354481db801396e7e4faa66d1c0a6887
Author: Naroa Iriarte <naroa.iriarte <at> openbravo.com>
Date: Thu May 19 13:07:03 2016 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/3f64027f354481db801396e7e4faa66d1c0a6887 [^]

Related to issue 32994: The ad_short_name.xml has been deleted

The ad_short_name.xml was not previously deleted and it has to
be removed.

---
R model/src-db/database/model/functions/AD_SHORTNAME.xml
---