[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 8a8597148b8574e357472f5ef259300b0023ff79

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, rel_3_0 has been updated
       via  8a8597148b8574e357472f5ef259300b0023ff79 (commit)
      from  88793ce760471eae4116722e8975b1b5a376dbc4 (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 8a8597148b8574e357472f5ef259300b0023ff79
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 bc351d3..cb7ac0a 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
@@ -58,7 +58,14 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,
         '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, 
@@ -87,7 +94,14 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,
         '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