This commit is contained in:
Peter Maquiran
2021-08-10 09:54:38 +01:00
parent 62cd2e4f66
commit a6218e39c7
5 changed files with 5 additions and 5 deletions
@@ -244,7 +244,7 @@ export class ExpedienteDetailPage implements OnInit {
"CreateDate": momentG(new Date(res.taskStartDate),'yyyy-MM-dd HH:mm:ss'),
"DocumentURL": res.workflowInstanceDataFields.ViewerRequest,
"Remetente": res.workflowInstanceDataFields.Sender,
"Note": res.workflowInstanceDataFields.Note,
"Note": res.workflowInstanceDataFields.TaskMessage || res.workflowInstanceDataFields.Note,
"FolderId": res.workflowInstanceDataFields.FolderID,
"FsId": res.workflowInstanceDataFields.FsId,
"DocId": res.workflowInstanceDataFields.DocID,