view document change

This commit is contained in:
Eudes Inácio
2021-10-09 14:56:07 +01:00
39 changed files with 803 additions and 397 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);