From a108cb2e8b2b6d55fe0526ff538f53815a539fb6 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 4 Mar 2014 09:36:04 -0500 Subject: [PATCH] Removed some unused, meaningless settings. --- config/vufind/Polaris.ini | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/config/vufind/Polaris.ini b/config/vufind/Polaris.ini index 203b326f3ad..77d4e088217 100644 --- a/config/vufind/Polaris.ini +++ b/config/vufind/Polaris.ini @@ -5,17 +5,7 @@ ws_api_key = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX'; ws_api_id = 'YOUR_ID_HERE'; ws_requestingorgid = ''; - [Holds] -; If a colon separated list of item statuses is provided here, only matching items -; will show hold / recall links. Skip this setting to allow all statuses. -;valid_hold_statuses = Charged:Renewed:Overdue - -; non_borrowable - If a colon-separated list of ids from the ITEM_TYPES table is -; provided, matching items will be excluded from holds / recalls. Skip this setting -; to allow links for all item types. -;non_borrowable = 2:4:23:10 - ; HMACKeys - A list of hold form element names that will be analyzed for consistency ; during hold form processing. Most users should not need to change this setting. HMACKeys = item_id:holdtype:level @@ -33,10 +23,4 @@ extraHoldFields = pickUpLocation ; A Pick Up Location Code used to pre-select the pick up location drop down list and ; provide a default option if others are not available. Must correspond with one of ; the Location IDs returned by getPickUpLocations() -defaultPickUpLocation = "15" - -; The maximum number of holding items to generate request links for. The process of -; checking the API for a valid hold is intensive. Any hold items above this this -; limit will have their hold status checked via ajax or when a user clicks on the -; link. Use "0" to check all items via ajax. Default is 15. -holdCheckLimit = 15 +defaultPickUpLocation = "15" \ No newline at end of file -- GitLab