This commit is contained in:
Peter Maquiran
2021-08-19 15:40:21 +01:00
parent e08a0a2388
commit dc7796cacf
16 changed files with 93 additions and 117 deletions
+5 -5
View File
@@ -5,12 +5,12 @@ export class ExpedientTaskModalPageNavParamsTask {
taskStartDate: string
isEvent: boolean
workflowInstanceDataFields: {
FsId: any,
FolderID: any,
DocId: any,
DocID?: any
FolderID: any, // folder
Subject: string,
DispatchNumber?: any
DispatchNumber?: any,
SourceSecFsID: any, // aplication id
SourceType: 'DOC' | 'FOLDER',
SourceID: any // doc id
}
}