[open-ils-commits] [GIT] Evergreen ILS branch master updated. cc1852a9198548893e090efaee22a49ce8ecb1ca
Evergreen Git
git at git.evergreen-ils.org
Thu Jul 30 09:34:49 EDT 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via cc1852a9198548893e090efaee22a49ce8ecb1ca (commit)
from 40e30735cebb9d49eadfffdecd5fd1dfa4c2926e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cc1852a9198548893e090efaee22a49ce8ecb1ca
Author: Josh Stompro <stompro at stompro.org>
Date: Wed Nov 6 12:24:36 2019 -0600
LP#1851541 - Add audio alert for item alert popups
Signed-off-by: Josh Stompro <stompro at stompro.org>
Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/web/js/ui/default/staff/circ/services/circ.js b/Open-ILS/web/js/ui/default/staff/circ/services/circ.js
index 6bed816ee3..54aa9f3f0d 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/services/circ.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/services/circ.js
@@ -1886,6 +1886,7 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog, egAddCopyAl
// action == what action to take if the user confirms the alert
service.copy_alert_dialog = function(evt, params, options, action) {
+ egCore.audio.play('warning.circ.item_alert');
if (angular.isArray(evt)) evt = evt[0];
if (!angular.isArray(evt.payload)) {
return egConfirmDialog.open(
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/js/ui/default/staff/circ/services/circ.js | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list