Commit b43c127e authored by Vincent Pelletier's avatar Vincent Pelletier

Allow to import Error module from restricted environment. It's used in alarms...

Allow to import Error module from restricted environment. It's used in alarms to populate ActiveResults.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13033 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4a86ff7c
......@@ -99,5 +99,6 @@ allow_module('Products.ERP5Type.Cache')
allow_module('Products.ERP5Type.Utils') # XXX this looks dangerous
# selected methods only should be allowed eg. cartesianProduct
allow_module('Products.ERP5Type.Message')
allow_module('Products.ERP5Type.Error')
allow_module('Products.ERP5Type.Log')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment