Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012473Openbravo ERPZ. Otherspublic2010-02-25 16:222010-03-10 18:30
shuehner 
dalsasua 
immediatecriticalhave not tried
closedfixed 
5
pi 
 
Core
No
0012473: api check build 303 fails
This api check build fails:
http://builds.openbravo.com/job/erp_devel_pi-module-integrity-test/303/console [^]

This issue track the following Warnings:

 [checkAPI] +++++++++++++++++++++++++++++++++++++++++++++++++++
 [checkAPI] Warnings in API model validation
 [checkAPI] +++++++++++++++++++++++++++++++++++++++++++++++++++
 [checkAPI] Removed Foreign Key: table: C_BUDGETLINE - FK: C_BUDGETLINE_USER1
 [checkAPI] Removed Foreign Key: table: C_BUDGETLINE - FK: C_BUDGETLINE_USER2
 [checkAPI] Removed Foreign Key: table: C_VALIDCOMBINATION - FK: C_VALIDCOMBINATION_USER1
 [checkAPI] Removed Foreign Key: table: C_VALIDCOMBINATION - FK: C_VALIDCOMBINATION_USER2
 [checkAPI] Removed Foreign Key: table: FACT_ACCT - FK: FACT_ACCT_USER1
 [checkAPI] Removed Foreign Key: table: FACT_ACCT - FK: FACT_ACCT_USER2
 [checkAPI] Removed Foreign Key: table: I_GLJOURNAL - FK: I_GLJOURNAL_USER1
 [checkAPI] Removed Foreign Key: table: I_GLJOURNAL - FK: I_GLJOURNAL_USER2
No tags attached.
related to defect 00124382.50MP17 closed dalsasua Uncorrect FK in Fact_acct 
Issue History
2010-02-25 16:22shuehnerNew Issue
2010-02-25 16:22shuehnerAssigned To => shuehner
2010-02-25 16:22shuehnerRelationship addedrelated to 0012438
2010-02-25 16:24shuehnerNote Added: 0024819
2010-02-25 16:24shuehnerAssigned Toshuehner => pjuvara
2010-02-25 17:04pjuvaraStatusnew => scheduled
2010-02-25 17:04pjuvaraNote Added: 0024822
2010-02-25 17:04pjuvaraAssigned Topjuvara => shuehner
2010-02-25 17:04pjuvarafix_in_branch => pi
2010-02-25 17:17shuehnerAssigned Toshuehner => dalsasua
2010-03-03 17:22hgbotCheckin
2010-03-03 17:22hgbotNote Added: 0025018
2010-03-03 17:22hgbotStatusscheduled => resolved
2010-03-03 17:22hgbotResolutionopen => fixed
2010-03-03 17:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/437962e0c281bb634e7514c20e18f36c84514ad1 [^]
2010-03-03 18:22dalsasuaNote Added: 0025025
2010-03-03 18:22dalsasuaStatusresolved => closed
2010-03-10 17:25anonymoussf_bug_id0 =>
2010-03-10 18:30anonymoussf_bug_id => 2968109

Notes
(0024819)
shuehner   
2010-02-25 16:24   
Some foreign keys have been removed as those columns can point to different target tables depending on users choice. So a fixed foreign key is wrong.

This won't affect any modules as the removal of the fk's make the fk-validation less strict/more open.

Proposal
-> not an api-change, ack as false positive
(0024822)
pjuvara   
2010-02-25 17:04   
Acknowledged as false positive.
(0025018)
hgbot   
2010-03-03 17:22   
Repository: erp/devel/api-checks
Changeset: 437962e0c281bb634e7514c20e18f36c84514ad1
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Wed Mar 03 17:26:42 2010 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/437962e0c281bb634e7514c20e18f36c84514ad1 [^]

Fixes issue 12473: api check build 303 fails

---
M model/model/tables/C_BUDGETLINE.xml
M model/model/tables/C_VALIDCOMBINATION.xml
M model/model/tables/FACT_ACCT.xml
M model/model/tables/I_GLJOURNAL.xml
---
(0025025)
dalsasua   
2010-03-03 18:22   
in http://builds.openbravo.com/job/erp_devel_pi-module-integrity-test/305/ [^] the error is no present any more.