CARLI / vufind

A library resource discovery portal designed and developed for libraries by libraries
GNU General Public License v2.0
5 stars 0 forks source link

Place a hold link should be removed entirely #8

Closed patrickzurek closed 8 years ago

patrickzurek commented 8 years ago

JIRA issue created by: Jessica Gibson (gibsonjc) Originally opened: 2016-03-24 08:43 AM

We do not allow patrons to place holds on materials themselves, either locally or in I-Share, so the "Place a hold" link should be removed/hidden/turned off everywhere. (Only library staff can place an Administrative Hold in the Circ client for a patron.)

patrickzurek commented 8 years ago

JIRA User: Chris Delis (cedelis) JIRA Timestamp: 2016-04-07 11:53 AM

git diff config.ini

diff --git a/carli_scripts/LOCAL_VF_TEMPLATE/config/vufind/config.ini b/carli_scripts/LOCAL_VF_TEMPLATE/config/vufind/config.ini index 921d5d6..8f5c09f 100644 --- a/carli_scripts/LOCAL_VF_TEMPLATE/config/vufind/config.ini +++ b/carli_scripts/LOCAL_VF_TEMPLATE/config/vufind/config.ini @@ -166,7 +166,7 @@ loadNoILSOnFailure = false ; - holds (Only show links for available items) ; - recalls (Only show links for unavailable items) ; default is "all" -holds_mode = "all" +holds_mode = "disabled"

; Set this to true if you want to allow your ILS driver to override your holds_mode ; setting on a record-by-record basis; this may be useful for local customizations,

patrickzurek commented 8 years ago

Resolved: 2016-04-07 11:55 AM