From 41a34421dfc1ee3b2537188a492cd27042c2570b Mon Sep 17 00:00:00 2001 From: Gerard Date: Mon, 11 Mar 2019 11:29:31 +0100 Subject: [PATCH] ship menu now open the stowaways in new tabs --- modules/ticket/front/descriptor/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ticket/front/descriptor/index.js b/modules/ticket/front/descriptor/index.js index a236b0d5a..fdee19bec 100644 --- a/modules/ticket/front/descriptor/index.js +++ b/modules/ticket/front/descriptor/index.js @@ -57,7 +57,8 @@ class Controller { } goToTicket(ticketID) { - this.$state.go('ticket.card.sale', {id: ticketID}); + let url = this.$state.href('ticket.card.sale', {id: ticketID}, {absolute: true}); + window.open(url, '_blank'); } onMoreOpen() {