diff --git a/module/Olcs/src/Table/Tables/users.table.php b/module/Olcs/src/Table/Tables/users.table.php index 2b895b77a..a2d0fcfd9 100644 --- a/module/Olcs/src/Table/Tables/users.table.php +++ b/module/Olcs/src/Table/Tables/users.table.php @@ -66,7 +66,7 @@ * @var TableBuilder $this * @psalm-scope-this TableBuilder */ - $this->permissionService->isSelf($row['id']), + $this->permissionService->canManageSelfserveUsers(), 'ariaDescription' => function ($row, $column) { $column['formatter'] = Name::class; /**