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:
parent
9f59c5208f
commit
cac27f1628
138 changed files with 6073 additions and 459 deletions
web-frontend/modules/core/plugins
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue