From 64b03035f62f9a70147904ea4c24be14b8630b88 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Wed, 23 Feb 2011 18:11:20 +0000
Subject: [PATCH] getProperty is also needed on temp objects for non manager
 users

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43629 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Base.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index 112efbd806..ede126dd5f 100644
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -3818,6 +3818,7 @@ class TempBase(Base):
     return getattr(aq_base(self), 'title', None)
 
   security.declarePublic('setProperty')
+  security.declarePublic('getProperty')
 
   security.declarePublic('edit')
 
-- 
2.30.9