mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-06 18:00:04 +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/database/components/view/grid
|
@ -460,6 +460,11 @@ export default {
|
|||
getScrollTop,
|
||||
}
|
||||
)
|
||||
await this.$store.dispatch('notification/restore', {
|
||||
trash_item_type: 'row',
|
||||
parent_trash_item_id: this.table.id,
|
||||
trash_item_id: row.id,
|
||||
})
|
||||
} catch (error) {
|
||||
notifyIf(error, 'row')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue