Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010939Openbravo ERPZ. Otherspublic2009-10-13 10:362009-10-23 00:01
shuehner 
dalsasua 
immediatemajorhave not tried
closedfixed 
5
pi 
 
Core
No
0010939: API check build 171 fails - part1
This api check build fails:

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

This issue tracks this change:

Validating data API


+++++++++++++++++++++++++++++++++++++++++++++++++++
  Warnings in API model validation
+++++++++++++++++++++++++++++++++++++++++++++++++++
  Column type change from CHAR to NVARCHAR: column:FACT_ACCT.DOCBASETYPE
  Column size changed from 3 to 40: column: FACT_ACCT.DOCBASETYPE
No tags attached.
related to defect 00107072.50MP7 closed eduardo_Argal Wrong column data type definition in Fact_Acct: DocBaseType 
Issue History
2009-10-13 10:36shuehnerNew Issue
2009-10-13 10:36shuehnerAssigned To => rafaroda
2009-10-13 10:37shuehnerDescription Updated
2009-10-13 10:38shuehnerNote Added: 0020967
2009-10-13 10:39shuehnerRelationship addedrelated to 0010707
2009-10-13 10:42shuehnerAssigned Torafaroda => eduardo_Argal
2009-10-15 08:31dalsasuaAssigned Toeduardo_Argal => pjuvara
2009-10-15 08:35dalsasuaNote Added: 0021021
2009-10-16 13:48psarobeNote Added: 0021111
2009-10-16 13:52psarobeStatusnew => feedback
2009-10-19 12:34pjuvaraStatusfeedback => scheduled
2009-10-19 12:34pjuvaraNote Added: 0021168
2009-10-19 12:34pjuvaraAssigned Topjuvara => dalsasua
2009-10-19 12:34pjuvarafix_in_branch => pi
2009-10-19 13:16hgbotCheckin
2009-10-19 13:16hgbotNote Added: 0021178
2009-10-19 13:16hgbotStatusscheduled => resolved
2009-10-19 13:16hgbotResolutionopen => fixed
2009-10-19 13:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/fea1f37cca464ecc8eea1eb24fd33ad613b76bf5 [^]
2009-10-22 09:05psarobeStatusresolved => closed
2009-10-23 00:01anonymoussf_bug_id0 => 2884257

Notes
(0020967)
shuehner   
2009-10-13 10:38   
Introduced by this changeset:

changeset: 5072:9434157dc8fb
user: Eduardo Argal Guibert <eduardo.argal@openbravo.com>
date: Wed Sep 23 10:06:09 2009 +0200
files: src-db/database/model/tables/FACT_ACCT.xml
description:
Fixes issue 0010707: Wrong column data type definition in Fact_Acct: DocBaseType
(0021021)
dalsasua   
2009-10-15 08:35   
0010707 issue was logged in order to allow modularity to include new docbasetype elements. The column for docbasetype had just three characters of length. This was not enough to include db prefix to the key of the docbasetype. The fix of the issue changed the length of the column, so API suffered a change.
(0021111)
psarobe   
2009-10-16 13:48   
Reminder sent to: pjuvara

Paolo, you call
(0021168)
pjuvara   
2009-10-19 12:34   
API change approved.

Please create alert.
(0021178)
hgbot   
2009-10-19 13:16   
Repository: erp/devel/api-checks
Changeset: fea1f37cca464ecc8eea1eb24fd33ad613b76bf5
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Mon Oct 19 13:15:48 2009 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/fea1f37cca464ecc8eea1eb24fd33ad613b76bf5 [^]

Fixes issue 10939: API check build 171 fails - part1

---
M model/model/tables/FACT_ACCT.xml
---