Bug 20614

Summary: Firefox prevents parent page reload when renewing subscriptions
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: SerialsAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: colin.campbell, martin.renvoize
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16808
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 7910    
Attachments: Bug 20614: Use GET instead of POST for subscription renewing
Bug 20614: Use GET instead of POST for subscription renewing

Description Jonathan Druart 2018-04-18 18:37:23 UTC
On "Home › Serials › Check expiration", the "Renew" buttons open a popup which will reload the parent page when closed.

But Firefox prevents the page to reload (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."
Comment 1 Jonathan Druart 2018-04-18 18:39:56 UTC
Created attachment 74500 [details] [review]
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
Comment 2 Katrin Fischer 2018-04-18 22:59:45 UTC
Created attachment 74509 [details] [review]
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>
Comment 3 Jonathan Druart 2018-04-24 15:38:34 UTC
Pushed to master for 18.05