Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010008Openbravo ERPZ. Otherspublic2009-07-23 09:422009-08-19 00:00
shuehner 
shuehner 
immediatemajorhave not tried
closedfixed 
5
pi 
pi 
Core
No
0010008: Api change: api check build 88 fails
This api check build fails:

http://builds.openbravo.com/job/erp_devel_pi-module-integrity-test/88/console [^]

Changed parameters for function: AD_DISPLAY_LIST from AD_DISPLAY_LIST(NUMERIC, NVARCHAR, VARCHAR) to AD_DISPLAY_LIST(VARCHAR, NVARCHAR, VARCHAR)

No tags attached.
Issue History
2009-07-23 09:42shuehnerNew Issue
2009-07-23 09:42shuehnerAssigned To => shuehner
2009-07-23 09:45shuehnerNote Added: 0018578
2009-07-23 09:45shuehnerAssigned Toshuehner => pjuvara
2009-07-23 11:03pjuvaraStatusnew => scheduled
2009-07-23 11:03pjuvaraNote Added: 0018580
2009-07-23 11:03pjuvaraAssigned Topjuvara => shuehner
2009-07-23 11:03pjuvarafix_in_branch => pi
2009-07-23 18:04hgbotCheckin
2009-07-23 18:04hgbotNote Added: 0018593
2009-07-23 18:04hgbotStatusscheduled => resolved
2009-07-23 18:04hgbotResolutionopen => fixed
2009-07-23 18:04hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/05aea49f424d3935042055da0b328cd2c159eca7 [^]
2009-08-18 11:46sureshbabuStatusresolved => closed
2009-08-18 11:46sureshbabuNote Added: 0018999
2009-08-18 11:46sureshbabuFixed in Version => pi
2009-08-19 00:00anonymoussf_bug_id0 => 2839889

Notes
(0018578)
shuehner   
2009-07-23 09:45   
One function parameter was changed from numeric to varchar as its contents is a id value which is an uuid since 2.50. Without this change the function cannot be used with newly created record which have a non-numeric only value for this.

The function is not used at all in core, but was fixed as a bug was reported about someone using in in a newly created report.

Proposal: Accept as exception as the old type was wrong and did not work in most cases. Risk none or low.
(0018580)
pjuvara   
2009-07-23 11:03   
Agree.

Please accept this as an exception and publish an alert to communicate the change.
(0018593)
hgbot   
2009-07-23 18:04   
Repository: erp/devel/api-checks
Changeset: 05aea49f424d3935042055da0b328cd2c159eca7
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Jul 23 18:01:28 2009 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/05aea49f424d3935042055da0b328cd2c159eca7 [^]

Fixed 10008: Acknowledge api change 4.1

---
M model/model/functions/AD_DISPLAY_LIST.xml
---
(0018999)
sureshbabu   
2009-08-18 11:46   
Not able to reproduce