diff --git a/src/app/models/attachment.model.ts b/src/app/models/attachment.model.ts index e069beda7..80f464544 100644 --- a/src/app/models/attachment.model.ts +++ b/src/app/models/attachment.model.ts @@ -2,6 +2,7 @@ export class Attachment { Id: number; ParentId: string; Sources: Sources; + Source?: Sources; SourceId: string; Description: string; SourceName: string; diff --git a/src/app/shared/agenda/edit-event/edit-event.component.html b/src/app/shared/agenda/edit-event/edit-event.component.html index f07ec3236..5f626ebbc 100644 --- a/src/app/shared/agenda/edit-event/edit-event.component.html +++ b/src/app/shared/agenda/edit-event/edit-event.component.html @@ -187,30 +187,35 @@ -