diff --git a/fid_bbi/config/vufind/permissions.ini b/fid_bbi/config/vufind/permissions.ini index 7e4809f472a967c7767ef33656f4760a1ef0c996..5a49743bd40aa734d68261fd071ef8b3f9df6f12 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