Skip to content

Commit 46951cd

Browse files
committed
Fixing permissions issue.
1 parent 8e57ddf commit 46951cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/assigned-site/assigned-site-dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- </mat-checkbox>-->
5252
<!-- </div>-->
5353
<div class="d-flex flex-row"
54-
*ngIf="!data.resigned && data.globalAutoBreakCalculationActive && selectCurrentUserIsFirstUser$ | async">
54+
*ngIf="!data.resigned && data.globalAutoBreakCalculationActive && selectCurrentUserIsAdmin$ | async">
5555
<!-- data.autoBreakCalculationActive -->
5656
<mat-checkbox class="p-1"
5757
[id]="'autoBreakCalculationActive'"

0 commit comments

Comments
 (0)