last stand

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-07-26 11:17:59 +02:00
committed by Julius Härtl
parent 4e67c3172b
commit ac9fef5f05
9 changed files with 85 additions and 67 deletions

View File

@@ -95,6 +95,7 @@ export default {
.then((board) => {
this.$store.dispatch('setCurrentBoard', board)
this.$store.dispatch('loadStacks', board)
this.$store.dispatch('setAssignableUsers', board.users)
this.loading = false
this.$store.state.labels = board.labels
})