1
0

feat: don't open task detail in modal for list and table view

This commit is contained in:
Dominik Pschenitschni
2022-01-19 23:58:54 +01:00
parent 3d420c3770
commit de626eab31
5 changed files with 32 additions and 30 deletions

View File

@ -170,7 +170,8 @@ export default {
return {
name: 'task.detail',
params: { id: this.task.id },
state: { backdropView: this.$router.currentRoute.value.fullPath },
// TODO: re-enable opening task detail in modal
// state: { backdropView: this.$router.currentRoute.value.fullPath },
}
},
},