changeset 2364:341010faf34c

import_stretch: fix false review link
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 20 Feb 2019 16:10:54 +0100
parents 2b17579e1d44
children 242c170e00ce
files client/src/components/ImportStretches.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/ImportStretches.vue	Wed Feb 20 14:03:36 2019 +0100
+++ b/client/src/components/ImportStretches.vue	Wed Feb 20 16:10:54 2019 +0100
@@ -314,7 +314,7 @@
   },
   methods: {
     gotoStaging(id) {
-      this.$router.push("/?review=" + id);
+      this.$router.push("/review/" + id);
     },
     isInStaging(stretchname) {
       for (let s of this.stretchesInStaging) {