http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11360 --- Comment #13 from Galen Charlton <gmcharlt@gmail.com> --- (In reply to Christopher Brannon from comment #12)
I don't know if it is worth going to a modal dialog window in this one function. It isn't a consistent workflow throughout Koha. When you start to do things differently in different parts of the software, it really breaks down workflow. I think modal dialog windows would be great for many alert messages throughout Koha, but it needs to be consistent throughout, otherwise workflow is disrupted, and you might look for these alerts one way and not the other.
I agree about consistency, but from the other direction: namely, Bootstrap modals are only used in a couple places currently, but if folks generally think that they're a good direction to go in, then circulation is a good place to get started with adding more use of them: it's faster for a circ operator to dismiss a modal than to wait for a round-trip to the server with the current approach for dealing with blocking alerts during circ operations. -- You are receiving this mail because: You are watching all bug changes.