From 41ed3ba17b2ab579f86aec72a828f5f63e3e01c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 7 Nov 2012 16:17:29 +0100 Subject: [PATCH] Organisation Module shall not acquire local roles. --- .../portal_types/Organisation%20Module.xml | 2 +- bt5/erp5_base/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml b/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml index 626e7da40d..48f2a419e2 100644 --- a/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml +++ b/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>acquire_local_roles</string> </key> - <value> <int>1</int> </value> + <value> <int>0</int> </value> </item> <item> <key> <string>content_icon</string> </key> diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision index 294c3c599c..6ea72f0416 100644 --- a/bt5/erp5_base/bt/revision +++ b/bt5/erp5_base/bt/revision @@ -1 +1 @@ -1031 \ No newline at end of file +1032 \ No newline at end of file -- GitLab