CSS for Accreditation Count form, and some other changes

This commit is contained in:
2021-09-17 14:21:56 +01:00
parent 48e6ae4196
commit 78b8371be9
5 changed files with 16 additions and 4 deletions

View File

@ -32,7 +32,7 @@ class OCActorAccessControlHandler extends EntityAccessControlHandler {
case 'view':
if (!$entity->isPublished()) {
return AccessResult::allowedIf(
$account->hasPermission("view unpublished $bundle entities")
$account->hasPermission("view unpublished actor entities")
);
}
return AccessResult::allowedIf(