Bugzilla – Attachment 169963 Details for
Bug 37483
Batch extend due dates tool not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37483: batch extend due dates list is a stateless action
Bug-37483-batch-extend-due-dates-list-is-a-statele.patch (text/plain), 2.08 KB, created by
Nick Clemens (kidclamp)
on 2024-08-01 19:08:07 UTC
(
hide
)
Description:
Bug 37483: batch extend due dates list is a stateless action
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-08-01 19:08:07 UTC
Size:
2.08 KB
patch
obsolete
>From bbd3ce41d048602d6d10af71d61e68122d5b1d31 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 1 Aug 2024 19:05:41 +0000 >Subject: [PATCH] Bug 37483: batch extend due dates list is a stateless action > >Remove cud- from op and submit form as get > >To test: >1 - Checkout some items to patrons of at least two libraries >2 - Tools -> Batch extend due dates >3 - Select nothing except 'preview' and submit >4 - Blank screen >5 - Apply patch, repeat >6 - It works! >7 - Filter by library and confirm it still works >8 - Sign off! >--- > .../prog/en/modules/tools/batch_extend_due_dates.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >index 994deb91cb6..9a784d4a57a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >@@ -82,7 +82,7 @@ > [% END %] > > [% IF view == 'form' %] >- <form method="post" action="/cgi-bin/koha/tools/batch_extend_due_dates.pl" id="extend_due_dates_form"> >+ <form method="get" action="/cgi-bin/koha/tools/batch_extend_due_dates.pl" id="extend_due_dates_form"> > [% INCLUDE 'csrf-token.inc' %] > <fieldset class="rows"> > <legend>Checkout criteria:</legend> >@@ -150,7 +150,7 @@ > </ol> > </fieldset> > <fieldset class="action"> >- <input type="hidden" name="op" value="cud-list" /> >+ <input type="hidden" name="op" value="list" /> > <input type="submit" class="btn btn-primary" value="Continue" /> > <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a> > </fieldset> >-- >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 37483
:
169963
|
170023
|
171610
|
171616
|
171827