details:   /erp/devel/pi/rev/96af9b67e04e
changeset: 12195:96af9b67e04e
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Tue May 17 14:56:26 2011 +0200
summary:   fixed bug 17192: 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 003757b7a730 -r 96af9b67e04e src-db/database/model/tables/AD_TAB.xml
--- a/src-db/database/model/tables/AD_TAB.xml   Tue May 17 16:16:19 2011 +0530
+++ b/src-db/database/model/tables/AD_TAB.xml   Tue May 17 14:56:26 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