Order change: Warn about actions that might generate a new secret

This commit is contained in:
Raphael Michel
2023-02-09 17:10:27 +01:00
parent 37e633812b
commit c44ff6244d
2 changed files with 16 additions and 0 deletions

View File

@@ -1660,6 +1660,7 @@ class OrderChange(OrderView):
ctx['fees'] = self.fees
ctx['add_formset'] = self.add_formset
ctx['other_form'] = self.other_form
ctx['use_revocation_list'] = self.request.event.ticket_secret_generator.use_revocation_list
return ctx
def _process_other(self, ocm):