diff --git a/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php b/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php index bc3f99b7e91df0688f25f9edf4357e0d72dba1e0..5d73344320537c32eec45bb35e0b170d4ad7114b 100644 --- a/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php +++ b/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php @@ -165,7 +165,7 @@ class DynamicRoleProviderFactory implements FactoryInterface = $config->Auth->ip_range; } if (!empty($permissions['legacy.SummonExtendedResults'])) { - $permissions['legacy.SummonExtendedResults']['boolean'] = 'OR'; + $permissions['legacy.SummonExtendedResults']['require'] = 'ANY'; $permissions['legacy.SummonExtendedResults']['permission'] = 'access.SummonExtendedResults'; } else {