https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38136 --- Comment #19 from Jonathan Druart <jonathan.druart@gmail.com> --- 1. not blocker (personal preference) - I don't think we should have one localization table per table we want to support. The data integrity for free can be discussed as it would be easy to have a single line in Koha::Object->delete to delete the linked localizations. However I don't want to discuss this more or change the implementation, I can live with that. OTOH it will be faster for the JOINs. 2. It would be nice to have a POC for AVs (on a separate bug report). 3. Not fond of Koha::DBIx, I would keep this under Koha::Schema (personal preference again, not blocker) -- You are receiving this mail because: You are watching all bug changes.