Do not change participant primary key

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-05-06 09:24:41 +02:00
parent 1539b2cf50
commit 611f9ff6a5
8 changed files with 29 additions and 20 deletions

View File

@@ -181,7 +181,7 @@ export default new Vuex.Store({
state.boards = boards
},
setSharees(state, shareesUsersAndGroups) {
state.sharees = shareesUsersAndGroups.exact.users
Vue.set(state, 'sharees', shareesUsersAndGroups.exact.users)
state.sharees.push(...shareesUsersAndGroups.exact.groups)
state.sharees.push(...shareesUsersAndGroups.exact.circles)