[open-ils-commits] [GIT] Evergreen ILS branch master updated. 55f5d3cd9e7bffbad8856b7328280b23eae0a0b8

Evergreen Git git at git.evergreen-ils.org
Wed Sep 5 11:57:26 EDT 2018


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  55f5d3cd9e7bffbad8856b7328280b23eae0a0b8 (commit)
      from  11d9725b548c609b4610de55195b40f41e1c42ee (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 55f5d3cd9e7bffbad8856b7328280b23eae0a0b8
Author: Jeff Davis <jdavis at sitka.bclibraries.ca>
Date:   Wed Aug 29 11:51:24 2018 -0700

    LP#1781641: make staff-applied patron blocks overridable on web client checkout/renew
    
    To test
    -------
    [1] Apply a blocking penalty such as STAFF_CHR to a patron record.
    [2] Attempt to check out an item; note that there is no option to
        force the action.
    [3] Apply the patch and repeat #2. This time, the staff user
        should be given an option to force the action.
    [4] Verify that forcing the checkout respects whether or not
        the operator has (e.g.) the STAFF_CHR.override permission.
    
    Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
    Signed-off-by: Joan Kranich <jkranich at cwmars.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 c832c60..25e4fc1 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
@@ -62,7 +62,14 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,  egAddCopyAl
         'COPY_NOT_AVAILABLE',
         'COPY_IS_REFERENCE',
         'COPY_ALERT_MESSAGE',
-        'ITEM_ON_HOLDS_SHELF'                 
+        'ITEM_ON_HOLDS_SHELF',
+        'STAFF_C',
+        'STAFF_CH',
+        'STAFF_CHR',
+        'STAFF_CR',
+        'STAFF_H',
+        'STAFF_HR',
+        'STAFF_R'
     ]
 
     // after the first override of any of these events, 
@@ -91,7 +98,14 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,  egAddCopyAl
         'COPY_ALERT_MESSAGE',
         'COPY_NEEDED_FOR_HOLD',
         'MAX_RENEWALS_REACHED',
-        'CIRC_CLAIMS_RETURNED'
+        'CIRC_CLAIMS_RETURNED',
+        'STAFF_C',
+        'STAFF_CH',
+        'STAFF_CHR',
+        'STAFF_CR',
+        'STAFF_H',
+        'STAFF_HR',
+        'STAFF_R'
     ];
 
     // these checkin events do not produce alerts when 

-----------------------------------------------------------------------

Summary of changes:
 .../web/js/ui/default/staff/circ/services/circ.js  |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list