Commit 9668603c authored by Jérome Perrin's avatar Jérome Perrin

also allow UpperCase, for compatibility



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15872 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d7768cd4
......@@ -94,8 +94,8 @@ from AccessControl.SecurityInfo import ModuleSecurityInfo
allow_module('Products.ERP5Type.Cache')
ModuleSecurityInfo('Products.ERP5Type.Utils').declarePublic(
'sortValueList', 'convertToUpperCase', 'convertToMixedCase',
'cartesianProduct', 'sleep')
'sortValueList', 'convertToUpperCase', 'UpperCase',
'convertToMixedCase', 'cartesianProduct', 'sleep')
allow_module('Products.ERP5Type.Message')
allow_module('Products.ERP5Type.Error')
......
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