[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-66-g6bbb4fc7c0

Git repo owner gitmaster at git.koha-community.org
Thu May 14 23:26:42 CEST 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  6bbb4fc7c061839edb76f8ecee39f8fdb0732760 (commit)
      from  a307d2143f6dc4db9121f982015c1abdc346943c (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 6bbb4fc7c061839edb76f8ecee39f8fdb0732760
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 24 11:49:21 2020 +0000

    Bug 25274: Don't initialize DataTable if table isn't present
    
    This patch modifies the OPAC basket JavaScript so that a check is added
    for the existence of the "itemst" table. This avoids an error if the
    "More details" view is selected and hte "itemst" table isn't present.
    
    To reproduce the error, add some items to the OPAC cart and open the
    cart window. Open the JavaScript console in your browser and click the
    "More details" link. You'll see an error.
    
    To test, apply the patch and perform the same test as above. The error
    should not be present. Test that table sorting in the "brief" view words
    correctly.
    
    Signed-off-by: David Roberts <david at koha-ptfs.co.uk>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 2c9e0ac020c99fbcecfe53e6f5588ce2ece4a1fa)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/opac-basket.tt  | 41 +++++++++++-----------
 1 file changed, 21 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list