Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010139Openbravo ERPA. Platformpublic2009-07-30 18:202009-08-19 00:00
alostale 
alostale 
urgentminorhave not tried
closedfixed 
5
 
 
Core
No
0010139: DAL cannot delete by default records in tables
DAL uses the AD_Table.isDeleteable column to determine whether a record in an entity can be deleted or not. This column was not used previously therefore the information it contains seems not to be correct.

Furthermore, its default value is N making all the new tables created using the UI be non deletable unless this value is changed.
-Change AD_Table.isDeleteable value to Y in all core tables.
-Change the default value to Y
No tags attached.
related to defect 0010186 closed alostale One test failed during daily full build 
Issue History
2009-07-30 18:20alostaleNew Issue
2009-07-30 18:20alostaleAssigned To => alostale
2009-07-30 18:20alostalePrioritynormal => urgent
2009-08-03 18:37hgbotCheckin
2009-08-03 18:37hgbotNote Added: 0018798
2009-08-03 18:37hgbotStatusnew => resolved
2009-08-03 18:37hgbotResolutionopen => fixed
2009-08-03 18:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f809d9f2534832f6cea92b2a74985d7d1f18a85e [^]
2009-08-05 07:37gnuyogaRelationship addedrelated to 0010186
2009-08-18 10:16plujanStatusresolved => closed
2009-08-19 00:00anonymoussf_bug_id0 => 2839895

Notes
(0018798)
hgbot   
2009-08-03 18:37   
Repository: erp/devel/pi
Changeset: f809d9f2534832f6cea92b2a74985d7d1f18a85e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Aug 03 18:34:46 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f809d9f2534832f6cea92b2a74985d7d1f18a85e [^]

fixed bug 0010139: DAL cannot delete by default records in tables

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_TABLE.xml
---