Bugzilla – Attachment 105953 Details for
Bug 18911
Option to set preferred language in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18911: (follow-up) We should save changes with a POST
Bug-18911-follow-up-We-should-save-changes-with-a-.patch (text/plain), 1.39 KB, created by
Owen Leonard
on 2020-06-17 12:46:03 UTC
(
hide
)
Description:
Bug 18911: (follow-up) We should save changes with a POST
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-06-17 12:46:03 UTC
Size:
1.39 KB
patch
obsolete
>From 92a986cc8cadecb47bde6b5762727b793430822c Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 17 Jun 2020 11:50:26 +0000 >Subject: [PATCH] Bug 18911: (follow-up) We should save changes with a POST > >Test plan: >Verify if changes to messaging table and language are still saved. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >index a387ed4c29..f893ba3ba8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >@@ -28,7 +28,7 @@ > [% IF ( settings_updated ) %] > <div class="alert alert-success"><h4>Settings updated</h4></div> > [% END %] >- <form action="/cgi-bin/koha/opac-messaging.pl" method="get" name="opacmessaging"> >+ <form action="/cgi-bin/koha/opac-messaging.pl" method="post" name="opacmessaging"> > <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> > <input type="hidden" name="modify" value="yes" /> > >-- >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 18911
:
105940
|
105949
|
105950
|
105952
| 105953