Commit 1879ed80 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Titouan Soulard

Restricted: Authorize access to Consistency Message Module

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