diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml index 44fa90f28fbaae08cfe00c4afa5c4c21663a16ce..583861842ce192a76623cfb1c1aea0504a181a73 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml @@ -64,6 +64,7 @@ global actions python: here.getPortalObject().portal_actions.listFilteredActionsFor(here);\n global url here/absolute_url;\n global current_form_id python: local_parameter_list.get(\'dialog_id\', local_parameter_list.get(\'form_id\', \'view\'));\n + dummy python: request.set(\'current_form_id\', current_form_id);\n global current_url python: \'%s/%s\' % (url, current_form_id);\n global current_action python: here.ERP5Site_getCurrentAction(current_url, actions);\n \n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 75af06ed6776f1c1e133f3684b1a1f03c44ec429..272a4581e99a8e4b8a0bfd3429e493850a30788b 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -315 \ No newline at end of file +316 \ No newline at end of file