[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-100-gb0af033

Git repo owner gitmaster at git.koha-community.org
Thu May 30 17:53:19 CEST 2019


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, 18.05.x has been updated
       via  b0af03361f531fe192029cd10f14d2e53c48fd19 (commit)
      from  a0f05fe3ed09538314bed08ea6f764d3afa5d444 (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 b0af03361f531fe192029cd10f14d2e53c48fd19
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri May 10 13:24:39 2019 +0000

    Bug 22881: Trying to clear search history via the navbar X doesn't clear any searches
    
    This patch undoes a mistake introduced in my patch for Bug 21479. A
    "preventDefault()" was added to the search history clear button by
    mistake. The "confirmDelete" function only works if the default action
    of the link is allowed to complete.
    
    To test you must have the EnableOpacSearchHistory system preference
    enabled. Apply the patch and log into the OPAC as a patron who has a
    search history.
    
    Click the "X" link in the header next to the "Search history" link.
    Confirm that you want to clear your search history. The page should
    refresh. Navigate to your account -> Your search history to confirm that
    your search history has been cleared.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 6d1b7ff27eb2d53d637c169c7132a66d546c0124)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b95682f73549cd9ddda73c61a54a4b45b0443cbe)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list