Commit d287be67 authored by wenjie.zheng's avatar wenjie.zheng

Interaction.py: change attributes' types to fit the erp5 form.

parent 707f81a4
...@@ -59,8 +59,8 @@ class Interaction(XMLObject): ...@@ -59,8 +59,8 @@ class Interaction(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 = None portal_type_filter = ()
portal_type_group_filter = None portal_type_group_filter = ()
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