Remove presence link in user multi select mode

Removes the link to "users/presence" while in the user lists multi
selection view. The link was duplicated to be present in both multi
select and single selct view
This commit is contained in:
Sean 2020-06-12 14:51:05 +02:00
parent f590994875
commit f06f2dee9f
1 changed files with 0 additions and 12 deletions

View File

@ -204,18 +204,6 @@
<span>{{ 'Add/remove groups ...' | translate }}</span>
</button>
<div *ngIf="presenceViewConfigured">
<button
mat-menu-item
*osPerms="'users.can_manage'"
[disabled]="!selectedRows.length"
routerLink="presence"
>
<mat-icon>transfer_within_a_station</mat-icon>
<span>{{ 'Presence' | translate }}</span>
</button>
</div>
<div *osPerms="'users.can_manage'">
<mat-divider></mat-divider>