fix create process from attachment

This commit is contained in:
Peter Maquiran
2024-02-15 17:11:59 +01:00
parent b7bccfa25d
commit 56b279490b
12 changed files with 304 additions and 17 deletions
@@ -172,7 +172,10 @@ export class ViewDocumentPage implements OnInit {
taskAction: taskAction, // check
task: this.task, // check
document: this.Document, // nope
aplicationId: this.Document.ApplicationId || this.Document.ApplicationID // check
aplicationId: this.Document.ApplicationId || this.Document.ApplicationID, // check
applicationId: this.applicationId,
docId: this.docId,
createProcessFromFile: true,
},
cssClass: classs,
});