[Koha-bugs] [Bug 13943] Cancelling the deletion process of an item deletes item anyway

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 21 08:06:17 CEST 2015


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

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
I've definitely experienced this as well, although in my case the problem was
with Chrome and IE while it worked in Firefox.

After I reported the bug and gave up on it, I tried again in Chrome and IE...
and found that they were working as expected! No buggy behaviour!

So I don't know... my boss suggested that we make the confirm_deletion function
more simple or remove it all together in favour of the following inline code:

onclick="return confirm('Are you sure you want to delete this item?')"

or

onclick="return confirm(_('Are you sure you want to delete this item?'))"

Perhaps that's a thought... when I tested the first option, it worked fine.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list