https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26129
--- Comment #9 from Tomás Cohen Arazi <[email protected]> --- (In reply to David Cook from comment #8) > (In reply to Tomás Cohen Arazi from comment #7) > > It felt like the right thing to do, though. > > I like the idea in theory but I'm not 100% sure how I feel about this > implementation. > > That being said, I can't point to anything technical I don't like about it > except for the large number of nulls. And the large number of nulls do make > sense for a simple design. > > I don't think I've done much work that requires anything more granular than > global-config, so I don't think that I'm best placed to comment on this > meaningfully. This is really for multi branch sites that need more granularity. Minor things like the default MARC organization code are defined globally and then overridden with a new column in 'branches'. This pattern can be problematic in my opinion, handling it on a per-case basis. And adding columns everywhere we want to make a syspref overridden per-branch looks worse than NULL values. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
