Skip to content
Snippets Groups Projects
Commit 84b77083 authored by Alexander Purr's avatar Alexander Purr Committed by Mathias Maaß
Browse files

refs #24373 [fid] enable WorldCatTab by default

* depends highly on worldcat-search module (finc external)
* adding WorldCatTab to recordDrivers tab section
* add user permission
* restrict WorldCatTab to record IDs
parent 99075649
Branches
Tags
No related merge requests found
......@@ -8,4 +8,46 @@
;
[Parent_Config]
relative_path = ../../../local/config/vufind/RecordTabs.ini
\ No newline at end of file
relative_path = ../../../local/config/vufind/RecordTabs.ini
[finc\RecordDriver\SolrDefault]
tabs[Holdings] = HoldingsILS
tabs[Description] = Description
tabs[TOC] = TOC
tabs[UserComments] = UserComments
tabs[Reviews] = Reviews
tabs[Excerpt] = Excerpt
tabs[Preview] = preview
tabs[HierarchyTree] = HierarchyTree
tabs[Map] = Map
tabs[Similar] = null
tabs[Worldcat] = Worldcat
tabs[Details] = StaffViewArray
[finc\RecordDriver\SolrAI]
tabs[Holdings] = HoldingsILS
tabs[Description] = Description
tabs[TOC] = TOC
tabs[UserComments] = UserComments
tabs[Reviews] = Reviews
tabs[Excerpt] = Excerpt
tabs[Preview] = preview
tabs[HierarchyTree] = HierarchyTree
tabs[Map] = Map
tabs[Similar] = null
tabs[Worldcat] = Worldcat
tabs[Details] = StaffViewAI
[finc\RecordDriver\SolrMarc]
tabs[Holdings] = HoldingsILS
tabs[Description] = Description
tabs[TOC] = TOC
tabs[UserComments] = UserComments
tabs[Reviews] = Reviews
tabs[Excerpt] = Excerpt
tabs[Preview] = preview
tabs[HierarchyTree] = HierarchyTree
tabs[Map] = Map
tabs[Similar] = null
tabs[Worldcat] = Worldcat
tabs[Details] = StaffViewMARC
\ No newline at end of file
......@@ -30,3 +30,12 @@ driver = fid
url = https://index.ub.uni-leipzig.de/solr
[Site]
theme = fid
// enabling worldcat tab
[RecordPermissions]
; just by enabling
WorldcatTab = enabled
; alternativly by restricting to certain record source IDs
;WorldcatTab[] = "getSourceID:0"
;WorldcatTab[] = "getSourceID:78"
;WorldcatTab[] = "getSourceID:109"
......@@ -64,4 +64,10 @@ permission = access.DBIS
[default.Licenses]
role[] = loggedin
FidApiPermission[] = full_access
permission = access.Licenses
\ No newline at end of file
permission = access.Licenses
// enabling worldcat tab by configuring tab permission
[default.Worldcat]
role[] = guest
role[] = loggedin
permission = WorldcatTab
\ No newline at end of file
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