]> git.koha-community.org Git - koha.git/commit
Bug 35290: Sanitize field input on cataloguing/ysearch.pl
authorDavid Cook <dcook@prosentient.com.au>
Wed, 8 Nov 2023 23:39:45 +0000 (23:39 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 28 Nov 2023 18:21:21 +0000 (08:21 -1000)
commit6f974adf0bbf1a05a7a5f3bd1c403f472cd5f4fa
tree9607591e0e1e282001e9accecc67b2f5d52f5a20
parentab5a62e2fc9fea9d750f6bd6ea36416eb116e4cc
Bug 35290: Sanitize field input on cataloguing/ysearch.pl

This change sanitizies the field input on cataloguing/ysearch.pl

Test plan:
0. Apply the patch and restart/reload Koha
1a. "Add marc21_field_260b.pl plugin to 260$b in the Default framework"
1b. Go to http://localhost:8081/cgi-bin/koha/admin/marc_subfields_structure.pl?
op=add_form&tagfield=260&frameworkcode=#subbfield
1c. Choose "marc21_field_260b.pl" from the dropdown next to "Plugin"
1d. Click "Save changes"
2a. "Add new record"
2b. Go to http://localhost:8081/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
3. Click on tab "2" and scroll down to 260 "b"
4. Type in "Ori" into 260 subfield b
5. Some autocomplete suggestions should appear

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 4160afa3d74abb703ec1c461156f1b5a061480b3)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
cataloguing/ysearch.pl