Skip to content
Snippets Groups Projects
Commit 84b0567e authored by André Lahmann's avatar André Lahmann Committed by Robert Lange
Browse files

refs #21632 [finc] add ignoredLimitations to FincLibero driver

parent 19f64ac8
No related merge requests found
...@@ -45,6 +45,9 @@ relative_path=FincILS.ini ...@@ -45,6 +45,9 @@ relative_path=FincILS.ini
; Limitations that will identify the item for being bound to another item. ; Limitations that will identify the item for being bound to another item.
;awlLimitations[] = DE-15:OrderViaBoundItem ;awlLimitations[] = DE-15:OrderViaBoundItem
; Limitations that will be ignored by VuFind (cf. #9359#note-7)
;ignoriedLimitations[] = DE-15:ContactStaff
; URIs that will be used for stack views ; URIs that will be used for stack views
;stackURIs[] = "http://data.ub.uni-leipzig.de/resource/DE-15/pickup/zw01thek" ;stackURIs[] = "http://data.ub.uni-leipzig.de/resource/DE-15/pickup/zw01thek"
......
...@@ -193,6 +193,15 @@ class FincLibero extends FincILS implements TranslatorAwareInterface ...@@ -193,6 +193,15 @@ class FincLibero extends FincILS implements TranslatorAwareInterface
'awlLimitations' 'awlLimitations'
); );
// get URIs of limitations that will be ignored by VuFind
$this->setMemberFromConfig(
'ignoriedLimitations',
'General',
'ignoriedLimitations',
"No ignoriedLimitations defined.",
'ignoriedLimitations'
);
// get the URIs identifying records for stack views // get the URIs identifying records for stack views
$this->setMemberFromConfig( $this->setMemberFromConfig(
'stackURIs', 'stackURIs',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment