[Erp5-report] r39364 kazuhiko - in /erp5/trunk/bt5/erp5_software_pdm: SkinTemplateItem/port...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 19 19:52:55 CEST 2010


Author: kazuhiko
Date: Tue Oct 19 19:52:54 2010
New Revision: 39364

URL: http://svn.erp5.org?rev=39364&view=rev
Log:
fix duplicate selection names.

Modified:
    erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenceModule_viewSoftwareLicenceList/listbox.xml
    erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareProductModule_viewSoftwareProductList/listbox.xml
    erp5/trunk/bt5/erp5_software_pdm/bt/revision

Modified: erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenceModule_viewSoftwareLicenceList/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenceModule_viewSoftwareLicenceList/listbox.xml?rev=39364&r1=39363&r2=39364&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenceModule_viewSoftwareLicenceList/listbox.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenceModule_viewSoftwareLicenceList/listbox.xml [utf8] Tue Oct 19 19:52:54 2010
@@ -2,10 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
-        <tuple/>
-      </tuple>
+      <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -16,6 +13,7 @@
                 <string>all_columns</string>
                 <string>columns</string>
                 <string>portal_types</string>
+                <string>selection_name</string>
                 <string>title</string>
               </list>
             </value>
@@ -187,6 +185,10 @@
                     </value>
                 </item>
                 <item>
+                    <key> <string>selection_name</string> </key>
+                    <value> <string>software_licence_selection</string> </value>
+                </item>
+                <item>
                     <key> <string>target</string> </key>
                     <value> <string>Click to edit the target</string> </value>
                 </item>

Modified: erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareProductModule_viewSoftwareProductList/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareProductModule_viewSoftwareProductList/listbox.xml?rev=39364&r1=39363&r2=39364&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareProductModule_viewSoftwareProductList/listbox.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareProductModule_viewSoftwareProductList/listbox.xml [utf8] Tue Oct 19 19:52:54 2010
@@ -2,10 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
-        <tuple/>
-      </tuple>
+      <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -17,6 +14,7 @@
                 <string>css_class</string>
                 <string>portal_types</string>
                 <string>search_columns</string>
+                <string>selection_name</string>
                 <string>title</string>
               </list>
             </value>
@@ -167,6 +165,10 @@
                     </value>
                 </item>
                 <item>
+                    <key> <string>selection_name</string> </key>
+                    <value> <string>software_product_selection</string> </value>
+                </item>
+                <item>
                     <key> <string>target</string> </key>
                     <value> <string>Click to edit the target</string> </value>
                 </item>

Modified: erp5/trunk/bt5/erp5_software_pdm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/bt/revision?rev=39364&r1=39363&r2=39364&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/bt/revision [utf8] Tue Oct 19 19:52:54 2010
@@ -1 +1 @@
-71
\ No newline at end of file
+72
\ No newline at end of file




More information about the Erp5-report mailing list