possibility to add circles and groups to a board
Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user