Merge pull request #2964 from nextcloud/bugfix/2951

Fix navigating to board details
This commit is contained in:
Julius Härtl
2021-04-12 13:10:47 -01:00
committed by GitHub

View File

@@ -276,7 +276,7 @@ export default {
) )
}, },
actionDetails() { actionDetails() {
this.$router.push({ name: 'board.details', params: { id: this.routeTo.id } }) this.$router.push({ name: 'board.details', params: { id: this.board.id } })
}, },
applyEdit(e) { applyEdit(e) {
this.editing = false this.editing = false