flows: revert evaluate_on_call rename for backwards compatibility
This commit is contained in:
@ -163,7 +163,7 @@ class FlowStageBinding(SerializerModel, PolicyBindingModel):
|
||||
)
|
||||
),
|
||||
)
|
||||
evaluate_on_call = models.BooleanField(
|
||||
re_evaluate_policies = models.BooleanField(
|
||||
default=False,
|
||||
help_text=_("Evaluate policies when the Stage is present to the user."),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user