This commit is contained in:
Peter Maquiran
2021-08-17 12:31:22 +01:00
parent 6714825bb7
commit 63a26a02c0
4 changed files with 21 additions and 18 deletions
@@ -121,11 +121,11 @@ export class CreateProcessPage implements OnInit {
let SourceType;
let SourceSecFsId;
if(this.task.workflowInstanceDataFields.FolderID) {
if(this.task.workflowInstanceDataFields.FolderID || this.task.FolderId) {
SourceId = this.task.workflowInstanceDataFields.FolderID
SourceType = 'FOLDER'
SourceSecFsId = 361
} else {
} else {
SourceId = this.task.workflowInstanceDataFields.SourceID
SourceType = 'DOC'
SourceSecFsId = 8