Prevent changing ticket secret of gift-card-issuing order positions (#6281)

This commit is contained in:
luelista
2026-07-16 12:41:27 +02:00
committed by GitHub
parent ebc31c901a
commit fe5d095ae7
5 changed files with 30 additions and 3 deletions
@@ -284,6 +284,14 @@
</div>
<div class="col-sm-4">
{% bootstrap_field position.form.operation_secret layout='inline' %}
{% if position.issued_gift_cards.exists %}
<div class="alert alert-info">
{% blocktrans trimmed %}
Ticket secrets of order positions that have been used to issue a gift card can not
be changed. Only the link will be changed in this case.
{% endblocktrans %}
</div>
{% endif %}
</div>
</div>