diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_checkDataWithScript.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_checkDataWithScript.xml index e434d0e1c2e64a29683bb967196b2a716c6af86e..2d09cb0767d41db952e5fb959eb1bc18ee4b5d00 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_checkDataWithScript.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_checkDataWithScript.xml @@ -120,7 +120,7 @@ if depth == maximum_depth and id_list:\n # Create an activity to update active_process,\n # in order to prevent conflict errors.\n activate(active_process=active_process, priority=2) \\\n - .Base_asActiveResult(title=relative_url, error_list=error_list)\n + .Base_makeActiveResult(title=relative_url, error_list=error_list)\n else:\n if id_list is None:\n if full or not getattr(document, \'isHBTree\', lambda: 0)():\n diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index f08bce7b1cdfccb3c6535b9136460570f5632578..3f986b9191e0e52d248f98dfac53523d66f88067 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -841 \ No newline at end of file +842 \ No newline at end of file