[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-14-g772f534

Git repo owner gitmaster at git.koha-community.org
Mon Nov 26 08:48:19 CET 2012


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.8.x has been updated
       via  772f53439823111de8aa1e099af1ed7da735ed7d (commit)
      from  2f93ff077c56901a62819a12880b49b2a94ba911 (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 772f53439823111de8aa1e099af1ed7da735ed7d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 20 09:49:19 2012 -0500

    Bug 9115 - basket window should close automatically when placing a hold
    
    If you choose to place a hold from the Cart pop-up, the entire
    holds process (possibly including login) takes place in the cart
    window. Upon completion of the operation you're left with a second
    window which has lost its context as the Cart.
    
    This patch revises the hold process so that when you click the
    hold link in the cart the operation is moved to the main window
    and the Cart window closes.
    
    Since the holdSel() function doesn't require interaction with
    template variables I have moved it to basket.js along with the
    described changes.
    
    To test, put items in your Cart and open it. Select items to
    place on hold and click the "Place hold" link. The cart
    should close, and the items you selected should appear on the
    place hold screen in the main window.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Checked in Firefox and Chromium in Ubuntu, works nicely.
    All tests pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 koha-tmpl/opac-tmpl/prog/en/js/basket.js           |   10 ++++++++++
 koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt |   11 +----------
 2 files changed, 11 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list