[Koha-bugs] [Bug 7153] Show Open Library as Search Target in "More Searches" in OPAC detail page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 4 19:19:17 CET 2011


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

Ian Walls <ian.walls at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
       Patch Status|Needs Signoff               |Failed QA

--- Comment #1 from Ian Walls <ian.walls at bywatersolutions.com> 2011-11-04 18:19:17 UTC ---
The updatedatabase call here will wipe out any existing customized values
libraries have in the SearchForTitleIn; I know several libraries with that
done, and they would be very angry to have their customizations lost.

I recommend adding a WHERE clause to the SQL to only do the update if the
system preference is still it's default value.  Only in that case can you
assume it's safe to replace the data in the preference.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list