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