[Erp5-report] r39568 seb - /erp5/trunk/products/ERP5/Interaction.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 27 16:24:11 CEST 2010


Author: seb
Date: Wed Oct 27 16:24:09 2010
New Revision: 39568

URL: http://svn.erp5.org?rev=39568&view=rev
Log:
it was impossible to unselect the "temporary_document_disallowed"
in the user interface

Modified:
    erp5/trunk/products/ERP5/Interaction.py

Modified: erp5/trunk/products/ERP5/Interaction.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Interaction.py?rev=39568&r1=39567&r2=39568&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Interaction.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Interaction.py [utf8] Wed Oct 27 16:24:09 2010
@@ -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=(),




More information about the Erp5-report mailing list