Bugzilla – Attachment 166569 Details for
Bug 36830
Unable to delete a holiday
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36830: Update delete -> cud-delete
Bug-36830-Update-delete---cud-delete.patch (text/plain), 1.87 KB, created by
Pedro Amorim
on 2024-05-10 14:15:59 UTC
(
hide
)
Description:
Bug 36830: Update delete -> cud-delete
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-05-10 14:15:59 UTC
Size:
1.87 KB
patch
obsolete
>From 99c125b08c39727367a3344dbb7451cb3a1925fd Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 10 May 2024 14:14:59 +0000 >Subject: [PATCH] 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. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >index e342ac1b8e..3b91f370ee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >@@ -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> >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36830
:
166569
|
166574
|
166575