Skip to content
Snippets Groups Projects
Commit 8932db42 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13581 TIME 0:05 disable remove pj

parent 2a557b7a
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<mat-tab *ngFor="let attachment of attachments; let i=index" [disabled]="isDocLoading()"> <mat-tab *ngFor="let attachment of attachments; let i=index" [disabled]="isDocLoading()">
<ng-template mat-tab-label> <ng-template mat-tab-label>
<span [class.complete]="isPjValid(i)">{{lang.attachmentShort}} n°{{i+1}}&nbsp;<i *ngIf="isPjValid(i)" <span [class.complete]="isPjValid(i)">{{lang.attachmentShort}} n°{{i+1}}&nbsp;<i *ngIf="isPjValid(i)"
class="fa fa-check"></i><button mat-icon-button *ngIf="attachments.length > 1" color="warn" class="fa fa-check"></i><button mat-icon-button *ngIf="attachments.length > 1" [disabled]="isDocLoading()" color="warn"
[title]="lang.delAttachment" (click)="$event.stopPropagation();removePj(i)"> [title]="lang.delAttachment" (click)="$event.stopPropagation();removePj(i)">
<mat-icon class="fa fa-minus"></mat-icon> <mat-icon class="fa fa-minus"></mat-icon>
</button></span> </button></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment