From 3a2609754c10148781bbad17bfd656dde1e1ee69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 13 Aug 2007 14:30:23 +0000 Subject: [PATCH] protect csv_import with "Add portal content" permission git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15649 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/portal_properties/csv_import.xml | 2 +- bt5/erp5_csv_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_import.xml b/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_import.xml index 49bd915138..8b27003b33 100644 --- a/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_import.xml +++ b/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_import.xml @@ -48,7 +48,7 @@ <key> <string>permissions</string> </key> <value> <tuple> - <string>View</string> + <string>Add portal content</string> </tuple> </value> </item> diff --git a/bt5/erp5_csv_style/bt/revision b/bt5/erp5_csv_style/bt/revision index d8263ee986..e440e5c842 100644 --- a/bt5/erp5_csv_style/bt/revision +++ b/bt5/erp5_csv_style/bt/revision @@ -1 +1 @@ -2 \ No newline at end of file +3 \ No newline at end of file -- 2.30.9