Skip to content

Commit

Permalink
Rename BookingFolder.notify_on_feject -> BookingFolder.notify_on_refuse
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Aug 28, 2023
1 parent fbd846e commit d8e3e5d
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 458 deletions.
8 changes: 4 additions & 4 deletions src/redturtle/prenotazioni/content/prenotazioni_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,10 @@ def data_validation(data):
default=False,
required=False,
)
notify_on_reject = schema.Bool(
title=_("notify_on_reject", default="Notify when rejected."),
notify_on_refuse = schema.Bool(
title=_("notify_on_refuse", default="Notify when rejected."),
description=_(
"notify_on_reject_help",
"notify_on_refuse_help",
default="Notify via mail the user when his booking has been rejected.",
),
default=False,
Expand Down Expand Up @@ -628,7 +628,7 @@ def data_validation(data):
"notify_on_submit",
"notify_on_confirm",
"notify_on_move",
"notify_on_reject",
"notify_on_refuse",
],
)
model.fieldset(
Expand Down
Loading

0 comments on commit d8e3e5d

Please sign in to comment.