[Erp5-report] r36525 mohamadou - /erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/er...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 22 20:37:29 CEST 2010


Author: mohamadou
Date: Tue Jun 22 20:37:29 2010
New Revision: 36525

URL: http://svn.erp5.org?rev=36525&view=rev
Log:
2010-06-22 mohamadou
* correct ERP5Type_getSecurityCategoryFromAssignmentTree parameters list

Modified:
    erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/ERP5Type_getSecurityCategoryFromAssignmentTree.xml

Modified: erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/ERP5Type_getSecurityCategoryFromAssignmentTree.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/ERP5Type_getSecurityCategoryFromAssignmentTree.xml?rev=36525&r1=36524&r2=36525&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/ERP5Type_getSecurityCategoryFromAssignmentTree.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/ERP5Type_getSecurityCategoryFromAssignmentTree.xml [utf8] Tue Jun 22 20:37:29 2010
@@ -133,7 +133,7 @@ return category_list\n
         </item>
         <item>
             <key> <string>_params</string> </key>
-            <value> <string>base_category_list=[], user_name=None, object=None, portal_type=None</string> </value>
+            <value> <string>base_category_list, user_name, object, portal_type, strict=False, root=False</string> </value>
         </item>
         <item>
             <key> <string>_proxy_roles</string> </key>
@@ -162,7 +162,7 @@ return category_list\n
                   <dictionary>
                     <item>
                         <key> <string>co_argcount</string> </key>
-                        <value> <int>4</int> </value>
+                        <value> <int>6</int> </value>
                     </item>
                     <item>
                         <key> <string>co_varnames</string> </key>
@@ -172,6 +172,8 @@ return category_list\n
                             <string>user_name</string>
                             <string>object</string>
                             <string>portal_type</string>
+                            <string>strict</string>
+                            <string>root</string>
                             <string>Products.ERP5Type.Log</string>
                             <string>log</string>
                             <string>category_list</string>
@@ -192,10 +194,8 @@ return category_list\n
                             <string>base_category</string>
                             <string>category_value</string>
                             <string>None</string>
-                            <string>root</string>
                             <string>_write_</string>
                             <string>RuntimeError</string>
-                            <string>strict</string>
                             <string>grouplist</string>
                             <string>range</string>
                             <string>i</string>
@@ -214,10 +214,8 @@ return category_list\n
             <key> <string>func_defaults</string> </key>
             <value>
               <tuple>
-                <list/>
-                <none/>
-                <none/>
-                <none/>
+                <int>0</int>
+                <int>0</int>
               </tuple>
             </value>
         </item>




More information about the Erp5-report mailing list