https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271

--- Comment #288 from Christopher Brannon <[email protected]> ---
So let me ask this.

Instead of trying to overhaul the existing deletion tables, would it be easier
to try to insert an option between - as a starting point?

So, instead of doing away with a deleted table (which might resolve the
question of what to do with said tables if we changed how things are deleted),
how about we just add a new option - like "Mark for deletion".  We could add a
deleted column to the table in which a date is posted if this option is marked
on a record.  Then we could start having Koha omit records in searches that
have a date in that field.  The record would be there, and in tact, it just
wouldn't appear in any regular searches.  

We could allow the batch tools to still interact with these records, and move
them to the deleted tables if desired.  Everything from that point would behave
the same as it does currently.

We could also introduce a new tool to search for these "Marked deleted"
records, and undo the mark for deletion, restoring the record.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to