Commit 93b24a4a authored by iv's avatar iv

ERP5Workflow: remove unused actbox_xxx on interactions

parent fec34d26
......@@ -67,12 +67,6 @@ class Interaction(IdAsReferenceMixin('interaction_', "prefix"), XMLObject):
guard = None
default_reference = ''
# these attributes are definded in old interaction but no evidence that
# they are in use
actbox_name = ''
actbox_url = ''
actbox_category = 'workflow'
# Declarative security
security = ClassSecurityInfo()
security.declareObjectProtected(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