diff --git a/apps/maarch_entreprise/Views/basket-administration.component.html b/apps/maarch_entreprise/Views/basket-administration.component.html index b0ce4717414cf7f6f12013e2b1150ab2b53a57e2..054a2f4c98e1a7f4cdb98fb442c3268b8d80b4d3 100644 --- a/apps/maarch_entreprise/Views/basket-administration.component.html +++ b/apps/maarch_entreprise/Views/basket-administration.component.html @@ -106,7 +106,7 @@ <span *ngFor="let action of group.groupActions" style="width:100%;"> <mat-chip color="primary" (click)="openSettings(group,action)" matTooltip="id : {{action.id}}" [ngStyle]="{'font-weight': action.default_action_list == true ? 'bold' : ''}" style="cursor:pointer;margin:5px;border-radius:0px;display:flex;" *ngIf="action.checked == true" - selectable="true" removable="true" (remove)="unlinkAction(group,action)"> + selectable="true" removable="true" (removed)="unlinkAction(group,action)"> <span>{{action.label_action}}</span> <small *ngIf="action.default_action_list == true">({{lang.default}})</small> diff --git a/apps/maarch_entreprise/Views/notifications-administration.component.html b/apps/maarch_entreprise/Views/notifications-administration.component.html index 79a93d8cb75f37c589ac9d02b993c190327238fe..f25f9914cef2606b8f82f195f00a2d4a13361f7f 100644 --- a/apps/maarch_entreprise/Views/notifications-administration.component.html +++ b/apps/maarch_entreprise/Views/notifications-administration.component.html @@ -154,7 +154,7 @@ <mat-chip-list #chipList class="mat-chip-list-stacked"> <span *ngFor="let notif of crontab;let i = index"> <mat-chip color="primary" *ngIf="notif.state == 'normal'" style="margin:5px;border-radius:0px;display:flex;" - selectable="false" removable="true" (remove)="deleteCron(i)"> + selectable="false" removable="true" (removed)="deleteCron(i)"> {{notif.description}} <span style="flex: 1 1 auto;"></span> <b>{{notif.m}} {{notif.h}} {{notif.dom}} {{notif.mon}} {{notif.dow}}</b>