[Erp5-report] r25666 - /erp5/trunk/products/ERP5Wizard/Tool/IntrospectionTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 23 16:08:31 CET 2009


Author: ivan
Date: Mon Feb 23 16:08:30 2009
New Revision: 25666

URL: http://svn.erp5.org?rev=25666&view=rev
Log:
Pass callee kw.

Modified:
    erp5/trunk/products/ERP5Wizard/Tool/IntrospectionTool.py

Modified: erp5/trunk/products/ERP5Wizard/Tool/IntrospectionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Wizard/Tool/IntrospectionTool.py?rev=25666&r1=25665&r2=25666&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Wizard/Tool/IntrospectionTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Wizard/Tool/IntrospectionTool.py [utf8] Mon Feb 23 16:08:30 2009
@@ -69,7 +69,7 @@
 
     # call the method implementing it
     erp5_menu_item_list = self._getTypeBasedMethod('getERP5MenuItemList',
-                     fallback_script_id='ERP5Site_getERP5MenuItemList')()
+                     fallback_script_id='ERP5Site_getERP5MenuItemList')(**kw)
 
     if downgrade_authenticated_user:
       # restore original Security Manager




More information about the Erp5-report mailing list