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

Git repo owner gitmaster at git.koha-community.org
Fri Nov 13 23:17:30 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  3b8ca43be9aeed02982170a58a62388bed220d80 (commit)
      from  79a8302b6531a1be10f16003808cf7bb97e24575 (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 3b8ca43be9aeed02982170a58a62388bed220d80
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 21 17:15:30 2020 +0000

    Bug 26766: Correct selection of title during OPAC note confirmation
    
    This patch modifies the JavaScript in opac-user.tt which executes when
    the user submits a checkout note. The script tries to grab the
    checkout's title from an earlier cell in the table row so that it can
    display it in the confirmation message.
    
    Before start ratings were enabled on this page, the title of each
    checked-out item was the only HTML inside this table cell, so it was
    necessary only to grab the HTML contents of the <td>. Now that star
    ratings might be displayed as well we must make the selection more
    specific.
    
    To test, apply the patch and enable both the  OpacStarRatings and
    AllowCheckoutNotes preferences.
    
     - Log in to the OPAC as a user with checkouts.
     - On the "Your summary" page, fill out and submit the "Note" field for
       one of your checkouts.
     - In the confirmation message, confirm that the correct title
       information is displayed as a link to the bibliographic detail page.
    
    Signed-off-by: David Nind <david at davidnind.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 54dcce14139bf5c60e98603a667629141296580e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list