1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-29 23:09:56 +00:00

Final branch licensing system 2

This commit is contained in:
Bram Wiepjes 2021-10-20 19:28:51 +00:00
parent 9f59c5208f
commit cac27f1628
138 changed files with 6073 additions and 459 deletions
web-frontend/modules/core/plugins

View file

@ -192,6 +192,10 @@ export class RealTimeHandler {
this.authenticationSuccess = data.success
})
this.registerEvent('user_data_updated', ({ store }, data) => {
store.dispatch('auth/forceUpdateUserData', data.user_data)
})
this.registerEvent('group_created', ({ store }, data) => {
store.dispatch('group/forceCreate', data.group)
})