Skip to content

Commit

Permalink
fix: VOL-5243 remove buttons now showing correctly on the manage user…
Browse files Browse the repository at this point in the history
  • Loading branch information
ilindsay authored Apr 17, 2024
1 parent ad3babe commit 1f3d1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/selfserve/module/Olcs/src/Table/Tables/users.table.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 1f3d1bc

Please sign in to comment.