[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.01-32-g77bd755

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 10:13:10 CET 2015


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, 3.22.x has been updated
       via  77bd7557fa7adb196ed46fd7ae3ceea98db3a67c (commit)
      from  3073d25f03dfc880b9b9077a986f4c1224799815 (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 77bd7557fa7adb196ed46fd7ae3ceea98db3a67c
Author: Nick <nick at bywatersolutions.com>
Date:   Wed Nov 18 11:49:15 2015 -0500

     Bug 15210 - Novelist throws an error if no ISBN
    
    This patch makes opac-detail.tt check for an ISBN before attempting to load Novelist content and prevents a js error which breaks other code.
    
    To test:
    1 - Enable novelist
    2 - Add a visible change to OPACUserJS eg: $(document).ready(function() {$("body").css("background-color","pink");});
    3 - Load a record with no ISBN
    4 - Note you do not see a color change in the body and that there is an error in the console
    5 - Apply patch
    6 - Reload the record
    7 - You should see the color change and no error in the js
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 65c5fa4385a8e080cfd46a8197b4417bcd579b6a)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list