Commit ffdb854e authored by Jérome Perrin's avatar Jérome Perrin

this TODO no longer applies, security declaration of accessors has been checked


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29030 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 832ee438
......@@ -2057,8 +2057,6 @@ def createValueAccessors(property_holder, id,
"""
Creates relation accessors for category id
TODO: Security declarations must be checked
"""
accessor_name = 'get' + UpperCase(id) + 'ValueList'
if not hasattr(property_holder, accessor_name):
......
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