14 Mar
2026
14 Mar
'26
12:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17387 --- Comment #157 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Brian Pichman from comment #155)
Hi All -- just aanother thought that may be an easier process
can Koha implement a soft delete model. When a record is deleted, it would simply be flagged as deleted rather than removed from the database. A staff interface (or plugin) could then allow administrators to search for and restore these flagged records if needed?
Just clearning up a detail: even now the record is not removed from the database, it's moved to another table. So in a way we do have a soft delete model. -- You are receiving this mail because: You are watching all bug changes.