Bug 36830: Update delete -> cud-delete

1) Visit <staff_url>/cgi-bin/koha/tools/holidays.pl
2) Select "Holiday only on this day" (or whatever other option to add an holiday). Click 'Save.
3) Now click on that day in the calendar, pick "delete this holiday". Click 'Save'. Notice the holiday is still there.
4) Apply patch. Repeat. Notice its deleted.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Pedro Amorim 2024-05-10 14:14:59 +00:00 committed by Katrin Fischer
parent 38e3582413
commit 582d6916c9
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -103,7 +103,7 @@
</div>
</li>
<li class="radio">
<input type="radio" name="showOperation" id="showOperationDel" value="delete" />
<input type="radio" name="showOperation" id="showOperationDel" value="cud-delete" />
<label for="showOperationDel" id="showOperationDelLabel">Delete this holiday</label>
<a href="#" class="helptext">[?]</a>
<div class="hint">This will delete this holiday rule. If it is a repeatable holiday, this option checks for possible exceptions. If an exception exists, this option will remove the exception and set the date to a regular holiday.</div>