Skip to content
Snippets Groups Projects
Commit 5a33834d authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #11183 TIME 0:05 open in new window

parent 5408656e
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,6 @@ export class MaarchParapheurListComponent implements OnInit { ...@@ -61,6 +61,6 @@ export class MaarchParapheurListComponent implements OnInit {
} }
goTo(row: any) { goTo(row: any) {
window.location.href = this.maarchParapheurUrl + '/dist/index.html#/documents/' + row.id; window.open(this.maarchParapheurUrl + '/dist/index.html#/documents/' + row.id, 'maarchParapheur');
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment