[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-38-gb1d76c5d08

Git repo owner gitmaster at git.koha-community.org
Fri Nov 13 20:32:10 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, 20.05.x has been updated
       via  b1d76c5d08af71c06cc03cfa06d46b46959dcbcf (commit)
      from  acc93b31cef93765f09b6585dbaad69d190b8fa2 (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 b1d76c5d08af71c06cc03cfa06d46b46959dcbcf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 15 10:47:55 2020 +0200

    Bug 26445: Fix "back to result" link of the search result browser
    
    Not sure what was the expected behaviour, I am suggesting the following
    one:
    If you are browsing and you click "back to result", you will be
    redirected to the page where the record appear on the search result
    list.
    
    Say you search for "something" that returns 10 page (20 results per
    page)
    Click on first result first page
    Click back to result
    => You see the first page with the first result at the top
    
    Click on second page, 3rd result
    Click back to result
    => You see the second page with the biblio you clicked at the 3rd
    position
    
    Click on second page, 3rd result
    Click next/previous
    Click back to result
    => You see the page where you last result were.
    
    I think the existing expected behaviour was to have the result you
    clicked at the first position of the result page, but I am not sure it
    really makes sense.
    
    Hope this makes sense however!
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 3edbe7d7dc9358e55b4ecc9da5b292a32cadcce9)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/js/browser.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list