Skip to content

Commit

Permalink
Hide three-dot menu on permissions lower than canupdate in participan…
Browse files Browse the repository at this point in the history
…t list (#3574)
  • Loading branch information
rrenkert authored and Magnus Schieder committed Apr 17, 2024
1 parent ea6e29c commit fb739d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ <h2>{{ 'Participants' | translate }}</h2>
<!-- Menu -->
<div *osScrollingTableCell="'menu'; row as user; config: { width: 40 }" class="cell-slot fill">
<button
*osPerms="permission.userCanUpdate"
mat-icon-button
[disabled]="isMultiSelect"
[matMenuTriggerFor]="singleItemMenu"
Expand Down

0 comments on commit fb739d7

Please sign in to comment.