diff --git a/src/components/lists/ShowList.vue b/src/components/lists/ShowList.vue index b4eebc7f2..6efbc0647 100644 --- a/src/components/lists/ShowList.vue +++ b/src/components/lists/ShowList.vue @@ -68,7 +68,7 @@ this.$route.name !== 'list.table' && this.$route.name !== 'list.kanban' ) { - router.push({name: 'list.list', params: {id: this.$route.params.listId}}) + router.replace({name: 'list.list', params: {id: this.$route.params.listId}}) return } diff --git a/src/components/tasks/TaskDetailView.vue b/src/components/tasks/TaskDetailView.vue index b0546bb94..b3356aede 100644 --- a/src/components/tasks/TaskDetailView.vue +++ b/src/components/tasks/TaskDetailView.vue @@ -11,7 +11,7 @@
{{ parent.namespace.name }} > - + {{ parent.list.title }}