feat: don't open task detail in modal for list and table view
This commit is contained in:
parent
3d420c3770
commit
de626eab31
5 changed files with 32 additions and 30 deletions
|
|
@ -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 },
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue