Commit 770be523 authored by Aurel's avatar Aurel

define id of the tool

parent 27fd4b03
......@@ -125,6 +125,8 @@ class SynchronizationTool(BaseTool):
new synchronization new data is compared with the one stored in signature
to detect changes.
"""
id = "portal_synchronizations"
security = ClassSecurityInfo()
security.declareProtected(Permissions.AccessContentsInformation,
......
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