flows: revert evaluate_on_call rename for backwards compatibility

This commit is contained in:
Jens Langhammer
2020-10-20 15:41:50 +02:00
parent 061eab4b36
commit ef021495ef
14 changed files with 36 additions and 41 deletions

View File

@ -51,7 +51,7 @@ class FlowStageBindingForm(forms.ModelForm):
"target",
"stage",
"evaluate_on_plan",
"evaluate_on_call",
"re_evaluate_policies",
"order",
]
widgets = {