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> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
0ab27fe6da
commit
ef947ff42f
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue