mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix create process from attachment
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user