mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-29 23:09:56 +00:00
Resolve "Trash (never delete anything)"
This commit is contained in:
parent
eecac39d35
commit
6e5ce3846a
119 changed files with 6266 additions and 655 deletions
web-frontend/modules/core/plugins
|
@ -196,6 +196,11 @@ export class RealTimeHandler {
|
|||
store.dispatch('group/forceCreate', data.group)
|
||||
})
|
||||
|
||||
this.registerEvent('group_restored', ({ store }, data) => {
|
||||
store.dispatch('group/forceCreate', data.group)
|
||||
store.dispatch('application/forceCreateAll', data.applications)
|
||||
})
|
||||
|
||||
this.registerEvent('group_updated', ({ store }, data) => {
|
||||
const group = store.getters['group/get'](data.group_id)
|
||||
if (group !== undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue