diff --git a/product/ERP5Wizard/Tool/IntrospectionTool.py b/product/ERP5Wizard/Tool/IntrospectionTool.py index 6ecda1ce3bcb55ae8d3ece31fb244a996e33ccc2..4c92354960878fe00e22d6e05d6499998f9fdf2d 100644 --- a/product/ERP5Wizard/Tool/IntrospectionTool.py +++ b/product/ERP5Wizard/Tool/IntrospectionTool.py @@ -69,7 +69,7 @@ class IntrospectionTool(BaseTool, LogMixIn): # 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