Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010620Openbravo ERPZ. Otherspublic2009-09-16 09:182009-09-22 00:00
shuehner 
marvintm 
immediatecriticalhave not tried
closedfixed 
5
pi 
2.50MP6 
No
Core
No
0010620: API check build 140 fails
This api check build failed:

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

This issue is to track the following error:

+++++++++++++++++++++++++++++++++++++++++++++++++++
  Errors in API data validation
+++++++++++++++++++++++++++++++++++++++++++++++++++
  Removed row from table AD_DATASET_TABLE - ID: 04E85A6296E011DDB628001B388C61A4
  Removed row from table AD_IMAGE - ID: 800005
  Removed row from table AD_IMAGE - ID: 800006
  Removed row from table AD_IMAGE - ID: 800007
  Removed row from table AD_IMAGE - ID: 800008
  Removed row from table AD_IMAGE - ID: 800009
  Removed row from table AD_IMAGE - ID: 800010
  Removed row from table AD_IMAGE - ID: 800011
No tags attached.
Issue History
2009-09-16 09:18shuehnerNew Issue
2009-09-16 09:18shuehnerAssigned To => marvintm
2009-09-16 09:18shuehnerOBNetwork customer => No
2009-09-17 11:57marvintmNote Added: 0020134
2009-09-17 11:57marvintmAssigned Tomarvintm => pjuvara
2009-09-18 13:32pjuvaraStatusnew => scheduled
2009-09-18 13:32pjuvaraNote Added: 0020201
2009-09-18 13:32pjuvarafix_in_branch => pi
2009-09-18 13:32pjuvaraAssigned Topjuvara => marvintm
2009-09-18 15:56hgbotCheckin
2009-09-18 15:56hgbotNote Added: 0020217
2009-09-18 15:56hgbotStatusscheduled => resolved
2009-09-18 15:56hgbotResolutionopen => fixed
2009-09-18 15:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/419c3cd03fbffa55f4141905a85094878cdbf966 [^]
2009-09-21 13:40psarobeStatusresolved => closed
2009-09-21 13:40psarobeFixed in Version => 2.50MP6
2009-09-22 00:00anonymoussf_bug_id0 => 2863842

Notes
(0020134)
marvintm   
2009-09-17 11:57   
There are two changes here: the first one is that the AD_IMAGE table is no longer exported (because DBSourceManager doesn't know how to export the new data type), and some "sample" images that we had there (and that are completely useless right now, were also useless before) have been removed.

This will not affect existing users, as the image entries will not be removed in their instances, because this table is not updated in the upgrade process. This will also not affect modules, as there is virtually no chance that an existing object has a direct reference to a table which in fact didn't belong to the dataset AD in the first place.

The other change is the removal of the AD_IMAGE table from the dataset ADRD, so that it's not exported. As with the previous change, there is virtually no change that anything was referring to that entry in AD_DATASET_TABLE directly (it wouldn't make sense, and cannot be done from anywhere except from the AD_DATASET_COLUMN table, and modules cannot modify the AD or the ADRD datasets anyway).
(0020201)
pjuvara   
2009-09-18 13:32   
Exception accepted.

Please publish notification.
(0020217)
hgbot   
2009-09-18 15:56   
Repository: erp/devel/api-checks
Changeset: 419c3cd03fbffa55f4141905a85094878cdbf966
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Sep 18 15:56:29 2009 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/419c3cd03fbffa55f4141905a85094878cdbf966 [^]

Fixed issue 10620. Removed AD_DATASET_TABLE entry in dataset ADRD for table AD_IMAGE.

---
M model/sourcedata/AD_DATASET_TABLE.xml
R model/sourcedata/AD_IMAGE.xml
---