Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015792Openbravo ERPZ. Otherspublic2011-01-27 13:112011-02-01 00:00
mirurita 
eduardo_Argal 
immediatecriticalhave not tried
closedfixed 
5
 
 
Core
No
0015792: int api-check 967 fails
This api-check build fails:
http://builds.openbravo.com/job/int-api/967/console [^]

with the following error:
Column size changed from 255 to 2000: column: FIN_MATCHING_ALGORITHM.DESCRIPTION

which was introduced by commit:
https://code.openbravo.com/erp/devel/pi/rev/cd86af3f3207 [^]
No tags attached.
Issue History
2011-01-27 13:11miruritaNew Issue
2011-01-27 13:11miruritaAssigned To => eduardo_Argal
2011-01-27 13:11miruritaModules => Core
2011-01-27 13:24shuehnerNote Added: 0033914
2011-01-27 13:44eduardo_ArgalAssigned Toeduardo_Argal => iciordia
2011-01-27 15:33iciordiaNote Added: 0033920
2011-01-27 15:33iciordiaAssigned Toiciordia => mirurita
2011-01-27 16:26miruritaAssigned Tomirurita => eduardo_Argal
2011-01-27 19:25hgbotCheckin
2011-01-27 19:25hgbotNote Added: 0033936
2011-01-27 19:25hgbotStatusnew => resolved
2011-01-27 19:25hgbotResolutionopen => fixed
2011-01-27 19:25hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/cbd46e4fd6f70e43dda60fadc8b35f378d15ea7e [^]
2011-01-31 13:36shuehnerNote Added: 0033965
2011-01-31 13:36shuehnerStatusresolved => closed
2011-02-01 00:00anonymoussf_bug_id0 => 3169049

Notes
(0033914)
shuehner   
2011-01-27 13:24   
api-change as other modules/code could be using that column and copying the value into another custom column which is still at old length 255 -> so fails with desc >255.

Impact: depends on assumption on how many people are doing custom matching_algorithms
(0033920)
iciordia   
2011-01-27 15:33   
Approved.

Ismael
(0033936)
hgbot   
2011-01-27 19:25   
Repository: erp/devel/api-checks
Changeset: cbd46e4fd6f70e43dda60fadc8b35f378d15ea7e
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Thu Jan 27 19:24:35 2011 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/cbd46e4fd6f70e43dda60fadc8b35f378d15ea7e [^]

Fixes issue 15792: int api-check 967 fails

---
M model/src-db/database/model/tables/FIN_MATCHING_ALGORITHM.xml
M model/src-db/database/sourcedata/AD_COLUMN.xml
M model/src-db/database/sourcedata/AD_FIELD.xml
---
(0033965)
shuehner   
2011-01-31 13:36   
int-api fine -> closing