Bugzilla – Attachment 74500 Details for
Bug 20614
Firefox prevents parent page reload when renewing 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.34 KB, created by
Jonathan Druart
on 2018-04-18 18:39:56 UTC
(
hide
)
Description:
Bug 20614: Use GET instead of POST for subscription renewing
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-04-18 18:39:56 UTC
Size:
1.34 KB
patch
obsolete
>From 8e9267f298d6c6ad12e15116969ac6a1ab5e4991 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 >--- > 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 3ceb99c7ad..24a977c24b 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.11.0
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 20614
:
74500
|
74509