Commit a48b907f authored by Arnaud Fontaine's avatar Arnaud Fontaine

Add comment about missing security tests.

parent c0d7fb76
......@@ -124,6 +124,10 @@ class RecordablePropertyMetaClass(ExtensionClass):
return new_class
class ComponentMixin(PropertyRecordableMixin, Base):
"""
XXX-arnau: add tests to ERP5 itself to make sure all securities are defined
properly everywhere (see naming convention test)
"""
__metaclass__ = RecordablePropertyMetaClass
isPortalContent = 1
......
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