# HG changeset patch # User Thomas Junk # Date 1550675454 -3600 # Node ID 341010faf34cb674da03874bfc447a7c46e85f52 # Parent 2b17579e1d4422b05412c6692f6bc85b1e056809 import_stretch: fix false review link diff -r 2b17579e1d44 -r 341010faf34c client/src/components/ImportStretches.vue --- 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) {