Refinamentos 2

This commit is contained in:
Paulo Pinto
2020-08-28 12:53:37 +01:00
parent e30e38f253
commit 6a0680bd3d
10 changed files with 4 additions and 194 deletions
@@ -47,7 +47,7 @@ export class ExpedienteDetailPage implements OnInit {
viewDocument()
{
const url: string = this.task.DocumentURL.replace("webTRIX.Viewer","webTRIX.Viewer/branch1");
const url: string = this.task.DocumentURL.replace("webTRIX.Viewer","webTRIX.Viewer.Branch1");
const browser = this.iab.create(url,"_blank");
browser.show();
}