gristlabs_grist-core/app/gen-server/lib/homedb
George Gevoian c824964152 (core) Fix TypeORM failure when unremoving entities
Summary:
When `save` was called without any modifications to the
entity, TypeORM would throw an error. This could sometimes
occur if an entity was unremoved by two different clients with
the same application state. We now avoid calling `save` if a
document or workspace is already unremoved.

Test Plan: Manual.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D4365
2024-10-10 18:54:54 -04:00
..
HomeDBManager.ts (core) Fix TypeORM failure when unremoving entities 2024-10-10 18:54:54 -04:00
Interfaces.ts (core) Add more audit logging data/events 2024-09-23 12:57:35 -04:00
UsersManager.ts (core) Add remaining audit log events 2024-09-30 13:38:17 -04:00