Merge pull request #2966 from nextcloud/backport/2964/stable1.2
[stable1.2] Fix navigating to board details
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user