Commit b0c3f473 authored by Sebastien Robin's avatar Sebastien Robin

it was impossible to unselect the "temporary_document_disallowed"

in the user interface

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39568 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 687dbc75
......@@ -120,7 +120,7 @@ class InteractionDefinition (SimpleItem):
portal_type_filter=None,
trigger_type=TRIGGER_WORKFLOW_METHOD,
once_per_transaction=False,
temporary_document_disallowed=True,
temporary_document_disallowed=False,
script_name=(),
after_script_name=(),
before_commit_script_name=(),
......
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