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

@ -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."),
)