https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29033
--- Comment #6 from David Cook <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #5) > In my opinion, that's a totally different problem, which we could cleary > address by making all multi-valued sysprefs behave consistently. I was thinking that a bit as well. Don't we have some multi-value preferences that use select lists as well? I'm not sure how those work though. I've been debating whether it would be better to return different data types with C4::Context->preference or if having C4::Context->multivalue_preference makes sense... and I think you might be right. (I mean if we were starting over, it would make sense for the preference to be an object and then that object would have the appropriate methods, but we have to work with what we have...) -- 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/
