workflows: add default value for attach_to_history attribute (#43214)

This commit is contained in:
Frédéric Péters 2020-05-22 10:34:40 +02:00
parent b8ee2c4207
commit 01f58c8acd
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ class MappingsWidget(WidgetListAsTable):
class LinkedFormdataEvolutionPart(object):
formdef_class = FormDef
attach_to_history = False
def __init__(self, formdata, varname, attach_to_history):
self._formdef = formdata.formdef