[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-35-gc80b870

Git repo owner gitmaster at git.koha-community.org
Mon May 16 10:07:22 CEST 2016


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  c80b8709e844c586ec6038c8ba5b9a17a43cf3b5 (commit)
      from  b47e87d0820c3f2e1afa4679c13234abc4d86517 (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 c80b8709e844c586ec6038c8ba5b9a17a43cf3b5
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 21 12:39:53 2016 -0400

    Bug 16321 - 'Show all details' checkbox triggers JS error after jQuery upgrade
    
    This patch fixes problems with show/hide actions on a few pages
    caused by some problematic jQuery syntax.
    
    To test, apply the patch and go to Acquisitions.
    
    Testing basket.tt:
    
    - Locate a vendor which has an open basket with multiple orders.
    - View the details of that basket.
    - Click the 'Show all details' checkbox above the table of orders.
      - Checking the box should trigger the display of additional columns in
        the table.
      - Unchecking the box should hide them again.
    
    Testing invoice.tt:
    
    - Go to Acquisitions -> Invoices and perform an invoice search.
    - Click to view an invoice which includes one or more received records.
    - Click the 'Show all details' checkbox above the table of titles and
      confirm that it fuctions as described above.
    
    Testing newordersubscription.tt:
    
    - Go to Acquisitions and locate a vendor which is linked to a
      subscription
    - Create or add to a basket for that vendor.
    - Add an order using the 'From a subscription' option.
    - Perform a search for subscriptions.
    - In the table of subscriptions search results, checking or
      unchecking the "Show only renewed" checkbox should work correctly.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 080ae7a8b9587aaa31b0adfb8925981dc574aa65)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt              |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt             |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list