From 3fc3be638eb18afaebe3ad6ca6d7be8effa03cee Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Wed, 20 Jan 2010 10:27:14 +0000 Subject: [PATCH] Add a Manager proxy role. This script returns no data about accessed objects, and does no modification on them, so it should be perfectly safe to add such proxy role. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31834 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_banking_core/BankingOperationLine_index.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankingOperationLine_index.xml b/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankingOperationLine_index.xml index 3d61ad9587..686963db0d 100644 --- a/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankingOperationLine_index.xml +++ b/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankingOperationLine_index.xml @@ -73,6 +73,14 @@ else:\n <key> <string>_params</string> </key> <value> <string>line, source=0</string> </value> </item> + <item> + <key> <string>_proxy_roles</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> <item> <key> <string>errors</string> </key> <value> -- 2.30.9