]> git.koha-community.org Git - koha.git/commit
Bug 26606: Correctly URI-encode query string in URL loaded after deleting an authorit...
authorPhil Ringnalda <phil@chetcolibrary.org>
Fri, 2 Oct 2020 22:35:04 +0000 (15:35 -0700)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 13 Nov 2020 21:50:32 +0000 (21:50 +0000)
commit54362935908bd9c2061598a9a150c721e620456d
tree213fa713f9c32afc86e8496b0c5c7416fac1b2f9
parent3b8ca43be9aeed02982170a58a62388bed220d80
Bug 26606: Correctly URI-encode query string in URL loaded after deleting an authority record

If you search for "this & that" and delete one of the results, after
it is deleted the search in the reloaded page is for "this " rather
than for "this & that". The template uses the url filter, which is
for filtering an entire URI where :, &, #, etc. should be left alone,
rather than the uri filter which is for filtering a URI component
where they should be encoded.

To test:
1) Go to Authorities > New authority > New from Z39.50/SRU
2) Search for the Author (corporate) this & that collective
3) Actions > Import, Save
4) From the detail for that authority, Edit > Edit as new (duplicate)
5) Edit the 110 field, add 2 at the end and Save
6) Search authorities for this & that
7) For one of the ones you created, Actions > Delete, confirm
8) The page that reloads should have a search for this & that, not
just for this

Signed-off-by: Didier Gautheron <didier.gautheron@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 16e5a9d8dcf7ab332a455ff74e23115fde27a10f)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc