Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011444Openbravo ERPZ. Otherspublic2009-11-20 12:242009-11-24 00:00
shuehner 
shuehner 
immediatecriticalhave not tried
closedfixed 
5
pi 
 
Core
No
0011444: api check build 211 fails
This api check build fails:

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

This issue tracks the following problem:

+++++++++++++++++++++++++++++++++++++++++++++++++++
  Errors in API data validation
+++++++++++++++++++++++++++++++++++++++++++++++++++
  Changed column value AD_COLUMN.ISMANDATORY -ID:800758 from [N] to [Y]
  Changed column value AD_COLUMN.ISMANDATORY -ID:800759 from [N] to [Y]
No tags attached.
related to defect 0011424 closed alostale api check should not check ismandatory change in ad_process_para & ad_column tables 
related to defect 00113432.50MP10 closed jeneivemalarkodi Starting Date and the Ending Date aren't obligatory on the product's cost 
Issue History
2009-11-20 12:24shuehnerNew Issue
2009-11-20 12:24shuehnerAssigned To => shuehner
2009-11-20 12:24shuehnerRelationship addedrelated to 0011424
2009-11-20 12:26shuehnerNote Added: 0022057
2009-11-20 12:27shuehnerAssigned Toshuehner => pjuvara
2009-11-20 15:19pjuvaraStatusnew => scheduled
2009-11-20 15:19pjuvaraNote Added: 0022065
2009-11-20 15:19pjuvaraAssigned Topjuvara => shuehner
2009-11-20 15:19pjuvarafix_in_branch => pi
2009-11-20 15:23shuehnerRelationship addedrelated to 0011343
2009-11-20 15:25hgbotCheckin
2009-11-20 15:25hgbotNote Added: 0022066
2009-11-20 15:25hgbotStatusscheduled => resolved
2009-11-20 15:25hgbotResolutionopen => fixed
2009-11-20 15:25hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/e89bb022916ac07a607ae390f615ea8930583aea [^]
2009-11-23 10:20shuehnerStatusresolved => closed
2009-11-24 00:00anonymoussf_bug_id0 => 2902803

Notes
(0022057)
shuehner   
2009-11-20 12:26   
Similar problem than 11419. The ismandatory check in the api-check for both tables ad_column and ad_process_para should be removed.

Reason ismandatory in ad_column is only used by the UI. The DAL-Layer does not use this property to check if a filed needs to be filled in or not. -> No problem for existing module code -> no API change.

Proposal: ignore as false positive as 11419 was ignored.
(0022065)
pjuvara   
2009-11-20 15:19   
Approved.
(0022066)
hgbot   
2009-11-20 15:25   
Repository: erp/devel/api-checks
Changeset: e89bb022916ac07a607ae390f615ea8930583aea
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Fri Nov 20 15:24:15 2009 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/e89bb022916ac07a607ae390f615ea8930583aea [^]

Fixed 11444: Ack as false positive

---
M model/sourcedata/AD_COLUMN.xml
---