message add to delete

This commit is contained in:
Eudes Inácio
2024-05-31 15:49:36 +01:00
parent 74c1df7a5c
commit 599d278e57
6 changed files with 73 additions and 14 deletions
@@ -631,6 +631,7 @@ export class EditEventPage implements OnInit {
this.loadedEventAttachments = this.loadedEventAttachments.filter((e, i) => i != index)
} else {
this.loadedEventAttachments[index]['remove'] = true
console.log(id)
this.deletedAttachmentsList.push(id)
}