https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26794
Bug ID: 26794
Summary: Item transfer modal may close automatically after a
delay
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Hi Koha,
We got complains from users that the new item transfer modal is not convenient
when using barcode scanner and mouse/keyboard is unavailable.
I've made a small javascript to add in intranetuserjs that closes this modal
after a delay (here, 3 secs).
Some colleagues of mine told me I shall open a BZ to document this, there it is
:
<pre>
/* Close item transfer modal after 3sec */
$('#item-transfer-modal').on('shown.bs.modal', function (e) {
window.setTimeout(function () {$('#item-transfer-modal').modal('hide')},
3000)
});
</pre>
Best,
Arthur from BibLibre's Koha Support
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/