flows: FlowStageBinding: rename .flow to .target to fix select_subclasses()

This commit is contained in:
Jens Langhammer
2020-07-03 23:34:44 +02:00
parent dd74b73b4f
commit d3b0992456
35 changed files with 119 additions and 81 deletions

View File

@ -39,7 +39,7 @@ class FlowStageBindingForm(forms.ModelForm):
model = FlowStageBinding
fields = [
"flow",
"target",
"stage",
"re_evaluate_policies",
"order",