flows: FlowStageBinding: rename .flow to .target to fix select_subclasses()
This commit is contained in:
@ -39,7 +39,7 @@ class FlowStageBindingForm(forms.ModelForm):
|
||||
|
||||
model = FlowStageBinding
|
||||
fields = [
|
||||
"flow",
|
||||
"target",
|
||||
"stage",
|
||||
"re_evaluate_policies",
|
||||
"order",
|
||||
|
Reference in New Issue
Block a user