Commit f08fe30d authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

Interaction.py: redefine the default values of attributes.

parent 059e9713
...@@ -63,8 +63,8 @@ class Interaction(IdAsReferenceMixin('interaction_', "prefix"), XMLObject): ...@@ -63,8 +63,8 @@ class Interaction(IdAsReferenceMixin('interaction_', "prefix"), XMLObject):
after_script_name = () # Executed after transition after_script_name = () # Executed after transition
before_commit_script_name = () #Executed Before Commit Transaction before_commit_script_name = () #Executed Before Commit Transaction
activate_script_name = () # Executed as activity activate_script_name = () # Executed as activity
portal_type_filter = () portal_type_filter = None
portal_type_group_filter = () portal_type_group_filter = None
once_per_transaction = False once_per_transaction = False
temporary_document_disallowed = False temporary_document_disallowed = False
var_exprs = None # A mapping. var_exprs = None # A mapping.
......
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