This commit is contained in:
tiago.kayaya
2021-07-12 11:20:59 +01:00
52 changed files with 7811 additions and 78 deletions
@@ -137,7 +137,9 @@ export class ViewEventPage implements OnInit {
});
}
getAttachments(){
getAttachments() {
const loader = this.toastService.loading()
try {
this.attachmentsService.getAttachmentsById(this.eventId).subscribe(res=>{
this.loadedAttachments = res;
@@ -146,6 +148,10 @@ export class ViewEventPage implements OnInit {
} catch (error) {
}
finally {
loader.remove()
}
}
async editEventDetail() {