From 01f58c8acd23988aac32155714097a1a2b98f3e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 22 May 2020 10:34:40 +0200 Subject: [PATCH] workflows: add default value for attach_to_history attribute (#43214) --- wcs/wf/create_formdata.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wcs/wf/create_formdata.py b/wcs/wf/create_formdata.py index 923ebcd45..2e0d5b3db 100644 --- a/wcs/wf/create_formdata.py +++ b/wcs/wf/create_formdata.py @@ -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