From c6fe0f49f6c3a886482b22b967ecccc2500bb349 Mon Sep 17 00:00:00 2001 From: Dorian Merz <merz@ub.uni-leipzig.de> Date: Tue, 20 Apr 2021 10:56:25 +0200 Subject: [PATCH] refs #19711 [fid_bbi] show license links to users with any of * extended_access * full_access --- fid_bbi/config/vufind/permissions.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fid_bbi/config/vufind/permissions.ini b/fid_bbi/config/vufind/permissions.ini index 7e4809f472a..5a49743bd40 100644 --- a/fid_bbi/config/vufind/permissions.ini +++ b/fid_bbi/config/vufind/permissions.ini @@ -13,7 +13,7 @@ relative_path = ../../../fid/config/vufind/permissions.ini ; A comma-separated list of config sections from the parent which should be ; completely overwritten by the equivalent sections in this configuration; ; any sections not listed here will be merged on a section-by-section basis. -;override_full_sections = "Languages,AlphaBrowse_Types" +override_full_sections = "default.Licenses" ; ; Add DEV-specific customization after this header. ; @@ -33,3 +33,9 @@ permission = access.AdminModule role[] = loggedin FidApiPermission[] = full_access permission = fid.Acquisitions + +[default.Licenses] +role[] = loggedin +FidApiPermission[] = full_access +FidApiPermission[] = extended_access +permission = access.Licenses -- GitLab