Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019201Openbravo ERPA. Platformpublic2011-11-29 08:032011-11-29 08:10
alostale 
alostale 
immediatemajorN/A
closedfixed 
5
 
 
Core
No
0019201: broken int-api 2587
Bad
method org.openbravo.client.myob.WidgetClassMenuTrl.getLanguage(): type java.lang.String in SANDBOX/api-checks/java/reference/java, but type org.openbravo.model.ad.system.Language in /srv/hudson/workspace/int-full-oracle/SANDBOX/api-checks/output/2587
Missing
method org.openbravo.client.myob.WidgetClassMenuTrl.setLanguage(java.lang.String): missing in /srv/hudson/workspace/int-full-oracle/SANDBOX/api-checks/output/2587

OBKMO_WidgetClassMenu_Trl.AD_Language column's reference changed from String to Table, this makes the generated java method fro getLanguage to return a Language object instead of a String.

This change is riskless in DB as the FK from language column to ad_language table already existed.

It only might affect in the very unlikely case this method is used through DAL. Really unlikely as this is table defining translation for an AD component not broadly used.
N/A
Accept this change as low risk
No tags attached.
related to defect 0019195 closed alostale Widget menu entries translations are not exported 
Issue History
2011-11-29 08:03alostaleNew Issue
2011-11-29 08:03alostaleAssigned To => alostale
2011-11-29 08:03alostaleModules => Core
2011-11-29 08:08hgbotCheckin
2011-11-29 08:08hgbotNote Added: 0043414
2011-11-29 08:08hgbotStatusnew => resolved
2011-11-29 08:08hgbotResolutionopen => fixed
2011-11-29 08:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/67949a93bc0355b4289557f081ec139be3ed3af5 [^]
2011-11-29 08:09alostaleStatusresolved => new
2011-11-29 08:09alostaleResolutionfixed => open
2011-11-29 08:09alostaleRelationship addedrelated to 0019195
2011-11-29 08:09alostaleStatusnew => scheduled
2011-11-29 08:09alostalefix_in_branch => pi
2011-11-29 08:09alostaleStatusscheduled => resolved
2011-11-29 08:09alostaleResolutionopen => fixed
2011-11-29 08:10alostaleStatusresolved => closed

Notes
(0043414)
hgbot   
2011-11-29 08:08   
Repository: erp/devel/api-checks
Changeset: 67949a93bc0355b4289557f081ec139be3ed3af5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Nov 29 08:08:18 2011 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/67949a93bc0355b4289557f081ec139be3ed3af5 [^]

fixed issue 19201: broken int-api 2587

---
M java/reference/java.japi.gz
---