Remove alert message

This commit is contained in:
Peter Maquiran
2021-08-16 09:57:29 +01:00
parent f83296a0c3
commit 5e5fd9fd94
@@ -141,9 +141,6 @@ export class ExpedientTaskModalPage implements OnInit {
} else if(this.aplicationId == 8) { } else if(this.aplicationId == 8) {
this.dispatchFolder.SourceType = 'DOC' this.dispatchFolder.SourceType = 'DOC'
this.dispatchFolder.SourceId = this.task.workflowInstanceDataFields.DocId this.dispatchFolder.SourceId = this.task.workflowInstanceDataFields.DocId
} else {
alert('aplicationId not found !!!!')
} }
this.postData.DispatchFolder = this.dispatchFolder; this.postData.DispatchFolder = this.dispatchFolder;