[Erp5-report] r43876 nicolas - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTempla...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 2 10:56:35 CET 2011


Author: nicolas
Date: Wed Mar  2 10:56:34 2011
New Revision: 43876

URL: http://svn.erp5.org?rev=43876&view=rev
Log:
Change Template field to use TALES expression validator

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActionInformation_view/my_condition.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActionInformation_view/my_condition.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActionInformation_view/my_condition.xml?rev=43876&r1=43875&r2=43876&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActionInformation_view/my_condition.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActionInformation_view/my_condition.xml [utf8] Wed Mar  2 10:56:34 2011
@@ -10,8 +10,8 @@
             <key> <string>delegated_list</string> </key>
             <value>
               <list>
-                <string>default</string>
                 <string>title</string>
+                <string>default</string>
               </list>
             </value>
         </item>
@@ -79,12 +79,8 @@
             <value>
               <dictionary>
                 <item>
-                    <key> <string>default</string> </key>
-                    <value> <string></string> </value>
-                </item>
-                <item>
                     <key> <string>field_id</string> </key>
-                    <value> <string>my_string_field</string> </value>
+                    <value> <string>my_view_mode_tales_expression</string> </value>
                 </item>
                 <item>
                     <key> <string>form_id</string> </key>

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=43876&r1=43875&r2=43876&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Wed Mar  2 10:56:34 2011
@@ -1 +1 @@
-40925
\ No newline at end of file
+40926
\ No newline at end of file



More information about the Erp5-report mailing list