http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10325 --- Comment #15 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to M. de Rooy from comment #13)
This seems terribly and overly complicated just to see which system preferences are overridden. Is there a simpler way I am not seeing?
When initializing the form, you could check %ENV for all OVERRIDE_SYSPREF keys and mark what you find in a special way? Would that be simpler?
Yes, the would unfortunately only work for staff intranet the preference editor is being used on. Since we have a minimum of two virtual hosts per koha installation ( one opac, one staff ) it won't work. I'm wondering if maybe a simpler/better solution would be to add a parameter to koha-conf.xml to control if this feature is enabled or not, and if it is enabled, display a nice big warning at the top of the system preferences edit along the lines of "Warning: You have the system preferences override feature enabled, please check your apache configuration files before assuming a change in a system preference will affect your installation." -- You are receiving this mail because: You are watching all bug changes.