details:   /erp/stable/2.50/rev/f9e03fcc8a91
changeset: 9424:f9e03fcc8a91
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Tue May 17 14:59:43 2011 +0200
summary:   fixed bug 17193: Allow 2 modules to define the same tab name in the 
same window

diffstat:

 src-db/database/model/tables/AD_TAB.xml |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 69b7910aeafc -r f9e03fcc8a91 src-db/database/model/tables/AD_TAB.xml
--- a/src-db/database/model/tables/AD_TAB.xml   Mon May 16 09:38:42 2011 +0200
+++ b/src-db/database/model/tables/AD_TAB.xml   Tue May 17 14:59:43 2011 +0200
@@ -202,6 +202,7 @@
       <unique name="AD_TAB_WINDOW_NAME_UNIQUE">
         <unique-column name="AD_WINDOW_ID"/>
         <unique-column name="NAME"/>
+        <unique-column name="AD_MODULE_ID"/>
       </unique>
       <check name="AD_TAB_HASTREE_CHK"><![CDATA[HASTREE IN ('Y', 
'N')]]></check>
       <check name="AD_TAB_ISACTIVE_CHK"><![CDATA[ISACTIVE IN ('Y', 
'N')]]></check>

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to