[Erp5-report] r41583 ivan - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateI...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 21 12:58:34 CET 2010


Author: ivan
Date: Tue Dec 21 12:58:34 2010
New Revision: 41583

URL: http://svn.erp5.org?rev=41583&view=rev
Log:
Delegate selection name calculation.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectListBase/listbox.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectListBase/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectListBase/listbox.xml?rev=41583&r1=41582&r2=41583&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectListBase/listbox.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectListBase/listbox.xml [utf8] Tue Dec 21 12:58:34 2010
@@ -10,15 +10,14 @@
             <key> <string>delegated_list</string> </key>
             <value>
               <list>
-                <string>title</string>
+                <string>anchor</string>
                 <string>columns</string>
-                <string>list_method</string>
                 <string>count_method</string>
-                <string>selection_name</string>
+                <string>list_method</string>
                 <string>portal_types</string>
                 <string>search</string>
                 <string>select</string>
-                <string>anchor</string>
+                <string>title</string>
               </list>
             </value>
         </item>
@@ -101,10 +100,6 @@
                     <value> <string></string> </value>
                 </item>
                 <item>
-                    <key> <string>selection_name</string> </key>
-                    <value> <string></string> </value>
-                </item>
-                <item>
                     <key> <string>target</string> </key>
                     <value> <string></string> </value>
                 </item>
@@ -183,10 +178,6 @@
                     <value> <int>1</int> </value>
                 </item>
                 <item>
-                    <key> <string>selection_name</string> </key>
-                    <value> <string>Base_viewRelatedObjectList</string> </value>
-                </item>
-                <item>
                     <key> <string>target</string> </key>
                     <value> <string>Click to edit the target</string> </value>
                 </item>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=41583&r1=41582&r2=41583&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Tue Dec 21 12:58:34 2010
@@ -1 +1 @@
-40841
\ No newline at end of file
+40843
\ No newline at end of file



More information about the Erp5-report mailing list