[koha-commits] main Koha release repository branch new/bug_7461 created. v3.06.00-496-g5528b06

Git repo owner gitmaster at git.koha-community.org
Fri Feb 3 15:13:23 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, new/bug_7461 has been created
        at  5528b06fda325396484a3841d08687c697bc8ca6 (commit)

- Log -----------------------------------------------------------------
commit 5528b06fda325396484a3841d08687c697bc8ca6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jan 24 09:10:46 2012 -0500

    Bug 7461 - Cart offering to remove items when closing
    
    The "hide window" button in the cart called a quit() function
    which deletes any checked items. My understanding of the "hide
    window" button is that it should *only* hide the window, not
    perform any other operations. I'm removing the calls to the
    quit() function in both the OPAC and staff client and adding
    a CSS class, "close," which is already tied via jQuery to
    the window.close() function.
    
    To test in both OPAC and staff client: Add items to the cart.
    Try clicking the "hide window" button with items selected and
    without. In both cases the window should close without affecting
    the contents of the cart.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list