This commit is contained in:
Peter Maquiran
2021-10-27 08:50:20 +01:00
parent 84a0b1181b
commit 4b334dbebf
6 changed files with 6 additions and 7 deletions
@@ -405,9 +405,9 @@ export class EditEventPage implements OnInit {
SourceName: data.selected.Assunto,
ParentId: this.postEvent.EventId,
SourceId: data.selected.Id,
Stakeholders: false,
Stakeholders: data.selected.Stakeholders | data.selected.EntidadeOrganicaNome,
ApplicationId: data.selected.ApplicationType.toString(),
CreateDate: false,
CreateDate: data.selected.Data,
// needed to attach this document
Id: 'add',
SourceTitle: data.selected.Assunto,