Commit 89063b12 authored by iv's avatar iv

ERP5Workflow: managed permission list should not be used on Interaction Workflow

parent 7c17297a
......@@ -66,7 +66,6 @@ class InteractionWorkflow(IdAsReferenceMixin("", "prefix"), Workflow):
isRADContent = 1
id = ''
default_reference = ''
managed_permission_list = ()
managed_role = ()
intaractions = None
......@@ -83,7 +82,7 @@ class InteractionWorkflow(IdAsReferenceMixin("", "prefix"), Workflow):
PropertySheet.CategoryCore,
PropertySheet.DublinCore,
PropertySheet.Reference,
PropertySheet.InteractionWorkflow,
PropertySheet.InteractionWorkflow, # should be Guard here
)
......
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