[Erp5-report] r39099 ivan - in /erp5/trunk/bt5/erp5_web: SkinTemplateItem/portal_skins/erp5...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 13 14:13:41 CEST 2010


Author: ivan
Date: Wed Oct 13 14:13:40 2010
New Revision: 39099

URL: http://svn.erp5.org?rev=39099&view=rev
Log:
Be explicit and do not allow conflicting selection names.

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSite_viewLatestAdditionList/listbox.xml
    erp5/trunk/bt5/erp5_web/bt/revision

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSite_viewLatestAdditionList/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSite_viewLatestAdditionList/listbox.xml?rev=39099&r1=39098&r2=39099&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSite_viewLatestAdditionList/listbox.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSite_viewLatestAdditionList/listbox.xml [utf8] Wed Oct 13 14:13:40 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>editable_columns</string>
                 <string>hide_rows_on_no_search_criterion</string>
                 <string>portal_types</string>
+                <string>selection_name</string>
                 <string>sort</string>
               </list>
             </value>
@@ -169,6 +167,10 @@
                     </value>
                 </item>
                 <item>
+                    <key> <string>selection_name</string> </key>
+                    <value> <string>latest_addition_document_list_selection</string> </value>
+                </item>
+                <item>
                     <key> <string>sort</string> </key>
                     <value>
                       <list>
@@ -191,10 +193,7 @@
   </record>
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
-      <tuple>
-        <global name="TALESMethod" module="Products.Formulator.TALESField"/>
-        <tuple/>
-      </tuple>
+      <global name="TALESMethod" module="Products.Formulator.TALESField"/>
     </pickle>
     <pickle>
       <dictionary>

Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=39099&r1=39098&r2=39099&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision [utf8] Wed Oct 13 14:13:40 2010
@@ -1 +1 @@
-983
\ No newline at end of file
+984
\ No newline at end of file




More information about the Erp5-report mailing list