Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008521Openbravo ERPA. Platformpublic2009-04-08 23:312009-04-26 00:00
mtaal 
mtaal 
normalmajorhave not tried
closedfixed 
5
pi 
pi2.50MP1 
Core
No
0008521: Add validation to check that if a table has a column ad_org_id that the name of the ad_column record is organization
There are specific requirements for two fields in a table:
- ad_client_id must have the name (ad_column.name) client
- ad_org_id must have the name (ad_column.name) organization

if a table has one (or both) of these columns then the name need to be checked.
main
Issue History
2009-04-08 23:31mtaalNew Issue
2009-04-08 23:31mtaalAssigned To => mtaal
2009-04-08 23:31mtaalRegression testing => No
2009-04-16 12:52hgbotCheckin
2009-04-16 12:52hgbotNote Added: 0015384
2009-04-16 12:52hgbotStatusnew => resolved
2009-04-16 12:52hgbotResolutionopen => fixed
2009-04-16 12:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/0cc62beddabe07d0fd3f74c44edfd06f714f3b34 [^]
2009-04-22 11:23psarobeTag Attached: main
2009-04-25 13:06psarobeStatusresolved => closed
2009-04-26 00:00anonymoussf_bug_id0 => 2781349

Notes
(0015384)
hgbot   
2009-04-16 12:52   
Repository: erp/devel/pi
Changeset: 0cc62beddabe07d0fd3f74c44edfd06f714f3b34
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Apr 16 12:51:27 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0cc62beddabe07d0fd3f74c44edfd06f714f3b34 [^]

Fixes issue 8521: Add validation to check that if a table has a column ad_org_id that the name of the ad_column record is organization

---
M src/org/openbravo/service/system/DatabaseValidator.java
M src/org/openbravo/service/system/SystemValidationResult.java
---