[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.16-21-g53b7843ee9

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 14:31:31 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  53b7843ee9d507e2dff85d45e0f14ae5122c7abd (commit)
      from  7d6fc1ec20f4f01497226bc6ee72849005c4d9e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 53b7843ee9d507e2dff85d45e0f14ae5122c7abd
Author: Phil Ringnalda <phil at chetcolibrary.org>
Date:   Fri Oct 2 15:35:04 2020 -0700

    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 at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 16e5a9d8dcf7ab332a455ff74e23115fde27a10f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 54362935908bd9c2061598a9a150c721e620456d)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 3447a782c2c3f95eee8dafb8bb5f450c044c4c17)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list