Commit cfec3c6f authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Cédric Le Ninivin

Restricted: Authorize access to Consistency Message Module

parent 3eb453c6
......@@ -244,6 +244,9 @@ ModuleSecurityInfo('collections').declarePublic('defaultdict')
from collections import Counter
ModuleSecurityInfo('collections').declarePublic('Counter')
from Products.ERP5Type.ConsistencyMessage import ConsistencyMessage
ModuleSecurityInfo('Products.ERP5Type.ConsistencyMessage').declarePublic('ConsistencyMessage')
def allow_full_write(t):
"""Allow setattr, setitem, delattr and delitem for this type.
......
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