Koha/koha-tmpl/intranet-tmpl/prog/js/pages
David Cook c6ef2aba6b
Bug 34369: Require CSRF token for updating system preferences
This patch adds the requirements that updating a system preference
requires a CSRF token. (Also, adding and deleting local system preferences.)

0. Apply patch
1. koha-plack --reload kohadev
2. Add local system preference
3. Update local system preference
4. Delete local system preference
5. Update normal system preference
6. Note no errors

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-09-25 18:18:40 -03:00
..
addbiblio.js
batchMod.js Bug 34225: KohaTable broken on batch item deletion and modification results 2023-07-14 15:23:15 -03:00
circulation.js Bug 34115: Use a global tab select function for activating Bootstrap tabs based on location hash 2023-08-30 10:07:06 -03:00
preferences.js Bug 34369: Require CSRF token for updating system preferences 2023-09-25 18:18:40 -03:00
results.js
stockrotation.js Bug 34114: Replace the use of jQueryUI sortable 2023-09-22 13:00:00 -03:00
tags-review.js