From 60756a5bbb550edd357d6e0966122305c9d73627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 9 Oct 2006 12:45:25 +0000 Subject: [PATCH] 'Terminate career step' only visible if you can modify the person. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10628 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../ActionTemplateItem/portal_types/Person/terminate_career.xml | 2 +- bt5/erp5_base/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_base/ActionTemplateItem/portal_types/Person/terminate_career.xml b/bt5/erp5_base/ActionTemplateItem/portal_types/Person/terminate_career.xml index 7be2d508d2..1ad9405491 100644 --- a/bt5/erp5_base/ActionTemplateItem/portal_types/Person/terminate_career.xml +++ b/bt5/erp5_base/ActionTemplateItem/portal_types/Person/terminate_career.xml @@ -48,7 +48,7 @@ <key> <string>permissions</string> </key> <value> <tuple> - <string>View</string> + <string>Modify portal content</string> </tuple> </value> </item> diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision index 43c451e0c6..7c6ba0fe18 100644 --- a/bt5/erp5_base/bt/revision +++ b/bt5/erp5_base/bt/revision @@ -1 +1 @@ -54 \ No newline at end of file +55 \ No newline at end of file -- 2.30.9