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) (#3577)
  • Loading branch information
m-schieder authored Apr 17, 2024
1 parent 174cb33 commit 4675c86
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 4675c86

Please sign in to comment.