prepare for presantation

This commit is contained in:
Eudes Inácio
2023-08-24 18:39:31 +01:00
28 changed files with 105 additions and 211 deletions
@@ -254,7 +254,7 @@ export class ApproveEventPage implements OnInit {
componentProps: {
trustedUrl: '',
file: {
title: Document.Assunto,
title: Document.Description,
url: '',
title_link: '',
},
@@ -382,6 +382,7 @@ export class ApproveEventPage implements OnInit {
try {
this.loadedAttachments = await this.attachmentsService.getAttachmentsById(this.loadedEvent.workflowInstanceDataFields.InstanceId).toPromise();
console.log(this.loadedAttachments)
} catch (error) {
console.error('getAttchaments',error)
}