[Koha-bugs] [Bug 10325] Allow system preferences to be overridable from koha-httpd.conf

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 16 12:42:41 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10325

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #12 from Kyle M Hall <kyle at bywatersolutions.com> ---
I don't think that is possible, at least not to my knowledge. What you are
asking for is for one website ( the intranet ) to know the internal settings of
another website ( the opac ). 

The only thing I can think of is to add an callable ajax function for the opac
and intranet that can be passed each system preference and return true if it is
overridden and false otherwise. We'd need to add a section to koha to list all
the opacs and intranets in the system, and then for each system preference
iterate though the list of opacs and intranets and check each one to see if the
system preference is overridden. If it is, then we display some kind of not by
the preference with the opac's url and new preference value.

This seems terribly and overly complicated just to see which system preferences
are overridden. Is there a simpler way I am not seeing?


(In reply to M. de Rooy from comment #11)
> Kyle:
> Reading the comments now, we seem to reach consensus that this patch just
> needs an additional change in the pref editor to make visible that the pref
> is overridden.
> 
> Changing status to reflect that.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list