add attachments

This commit is contained in:
Peter Maquiran
2023-08-31 12:00:52 +01:00
parent 081fe8692c
commit 680f57313f
23 changed files with 117 additions and 48 deletions
@@ -146,6 +146,7 @@
<ion-label>
<p class="d-flex ion-justify-content-between">
<span class="attach-title-item">{{document.Assunto}}</span>
<span class="app-name" *ngIf="!document.appName">{{ TaskService.attachmentAppName(document)}}</span>
<span class="app-name" *ngIf="document.appName">{{document.appName}}</span>
<span class="close-button text-black cursor-pointer" (click)="removeAttachment(i)" >
<ion-icon class="font-20" src="assets/images/icons-delete-25.svg"></ion-icon>