[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. 0eabb01710b738cce91e0c57e49652ea20f7e842

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, rel_3_5 has been updated
       via  0eabb01710b738cce91e0c57e49652ea20f7e842 (commit)
      from  c6d36312a91ee4d1dc042af7df2ee681cc7b86a1 (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 0eabb01710b738cce91e0c57e49652ea20f7e842
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