This commit is contained in:
tiago.kayaya
2021-04-05 14:56:40 +01:00
parent 01d68edbf3
commit e0c5fe2e57
2 changed files with 4 additions and 4 deletions
@@ -136,14 +136,14 @@ export class ViewEventPage implements OnInit {
}
viewDocument(){
/* this.processes.GetDocumentUrl(this.task.DocId, this.task.FsId).subscribe(res=>{
viewDocument(sourceId){
this.processes.GetDocumentUrl(sourceId, '8').subscribe(res=>{
console.log(res);
const url: string = res.replace("webTRIX.Viewer","webTRIX.Viewer.Branch1");
const browser = this.iab.create(url,"_blank");
browser.show();
}); */
});
}
}