Bugzilla – Attachment 74545 Details for
Bug 7910
Batch renewal of subscriptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20614: Use GET instead of POST for subscription renewing
Bug-20614-Use-GET-instead-of-POST-for-subscription.patch (text/plain), 1.44 KB, created by
Séverine Queune
on 2018-04-19 12:38:17 UTC
(
hide
)
Description:
Bug 20614: Use GET instead of POST for subscription renewing
Filename:
MIME Type:
Creator:
Séverine Queune
Created:
2018-04-19 12:38:17 UTC
Size:
1.44 KB
patch
obsolete
>From 118ee7d60160aef090f283a83d25a1b300b65449 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 18 Apr 2018 14:56:13 -0300 >Subject: [PATCH] Bug 20614: Use GET instead of POST for subscription renewing > >It will prevent Firefox (and certainly other browsers) to block the form >resubmit: > >"To display this page, Firefox must send information that will repeat >any action (such as a search or order confirmation) that was performed >earlier." > >Test plan: >Renew a subscription and save > >=> You should not longer see the browser warning > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=7910 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt >index 3ceb99c..24a977c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt >@@ -20,7 +20,7 @@ > > <h1>Check expiration</h1> > >- <form name="f" action="/cgi-bin/koha/serials/checkexpiration.pl" method="post" class="validated"> >+ <form name="f" action="/cgi-bin/koha/serials/checkexpiration.pl" method="get" class="validated"> > <fieldset class="rows"> > <legend>Filter results:</legend> > >-- >2.1.4
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 7910
:
9905
|
10717
|
10737
|
74501
|
74502
|
74540
|
74541
|
74545
|
74546
|
74547
|
74687
|
75269