possibility to add circles and groups to a board

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-09-13 10:14:40 +02:00
parent 7b1dea3e56
commit e968b6f680
2 changed files with 3 additions and 1 deletions

View File

@@ -141,6 +141,7 @@ export default new Vuex.Store({
setSharees(state, shareesUsersAndGroups) {
state.sharees = shareesUsersAndGroups.users
state.sharees.push(...shareesUsersAndGroups.groups)
state.sharees.push(...shareesUsersAndGroups.circles)
},
setActivity(state, activity) {
activity.forEach(element => {