From a85b6863594b5aef1c12e6445533c99962da804c Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Tue, 5 Jan 2010 14:00:39 +0000 Subject: [PATCH] revert r27446, it's annoying to have acquisition on transformations. reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31577 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_categories/resource.xml | 48 ++++++++++++++++++- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.xml index 06f8d2b2f3..f15b92a1f2 100644 --- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.xml +++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.xml @@ -9,6 +9,52 @@ </pickle> <pickle> <dictionary> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_folders_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Copy_or_Move_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Delete_objects_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Manager</string> + </tuple> + </value> + </item> <item> <key> <string>_count</string> </key> <value> @@ -57,7 +103,7 @@ </item> <item> <key> <string>acquisition_portal_type</string> </key> - <value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList() + portal.getPortalTransformationTypeList())</string> </value> + <value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList())</string> </value> </item> <item> <key> <string>acquisition_sync_value</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 3d33af84e1..33bf6f677d 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1412 \ No newline at end of file +1414 \ No newline at end of file -- 2.30.9