[Koha-bugs] [Bug 6970] logout not redirecting to login page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 4 21:53:28 CEST 2011


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

Ian Walls <ian.walls at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian.walls at bywatersolutions.
                   |                            |com

--- Comment #2 from Ian Walls <ian.walls at bywatersolutions.com> 2011-10-04 19:53:28 UTC ---
Problem is on koha-tmpl/intranet-tmpl/prog/en/jd/basket.js, lines 308 and 310
(denoted below by being commented out).

function delBasket(rep) {
    if (rep == undefined){
        rep = confirm(MSG_CONFIRM_DEL_BASKET);
    }
    if (rep) {
        delCookie(nameCookie);
//        document.location = "about:blank";
        updateBasket(0,top.opener);
//        window.close();
    }
}

Removing those lines as above fixes the issue in the latest Firefox; not sure
about other browsers, if they'd be required.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list