This commit is contained in:
tiago.kayaya
2021-10-09 12:15:46 +01:00
40 changed files with 879 additions and 582 deletions
@@ -190,8 +190,6 @@ export class EditEventPage implements OnInit {
loadAttachments()
{
/* console.log(this.pageId); */
this.attachamentsService.getAttachmentsById(this.pageId).subscribe(res => {
this.loadedEventAttachments = res;
console.log(res);