[Koha-bugs] [Bug 7461] cart offering to remove items when closing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 24 15:16:07 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7461

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2012-01-24 14:16:07 UTC ---
Created attachment 7314
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7314
Proposed fix

    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.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list