https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26129
--- Comment #41 from David Cook <[email protected]> --- Another thing I was thinking about... How do we share these configurations/system preferences with the front-end? Koha/REST/V1/ERM.pm and Koha/REST/V1/Preservation.pm have "config" methods which share some system preference values. But not all configuration/preferences should be viewed by end users, and we have to be careful not to allow business logic decisions to be made by the front-end, since end users can change things there (although things like ES modules have stricter scopes which can make this harder). -- 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/
