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

--- Comment #12 from David Cook <[email protected]> ---
Using whole records, it would be easy to recover an older version on a
timeline. 

Per field changes would be harder... but you could always load the older
version and then do your own diff algorithm for diffing MARC::Record objects...
then choose which differences to apply... but that would be work.

Actually, a person could look at XML::Diff as well... as that could make
computing the difference a lot easier at the field level. 

Personally, I like the idea of just using the whole record. It's less granular
but it would be easier.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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