Commit a55201af authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Klaus Wölfel

Restricted: Authorize access to Consistency Message Module

parent b3217e68
......@@ -217,6 +217,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')
from AccessControl.ZopeGuards import _dict_white_list
# Attributes cannot be set on defaultdict, thus modify 'safetype' dict
......
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