[Bug 4313] New: Language selected in staff client affects value of boolean sysprefs
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4313 Summary: Language selected in staff client affects value of boolean sysprefs Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: I18N/L10N AssignedTo: chris@bigballofwax.co.nz ReportedBy: magnus@enger.priv.no Estimated Hours: 0.0 Change sponsored?: --- When I have selected English as the language in the staff client i get this HTML in the syspref-editor: <select name="pref_NoZebra" id="pref_NoZebra" class="preference preference-choice"> <option value="1">Don't use</option> <option value="">Use</option> </select> the Zebra search engine... When I switch to Norwegian i get this: <select name="pref_NoZebra" id="pref_NoZebra" class="preference preference-choice"> <option value="yes">Don't use</option> <option value="no" selected="selected">Use</option> </select> the Zebra search engine... And the value that is actually stored in the DB is a "yes" or a "no", not a numeric value. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4313 frederic@tamil.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr AssignedTo|chris@bigballofwax.co.nz |frederic@tamil.fr Priority|P5 |PATCH-Sent --- Comment #1 from frederic@tamil.fr 2010-03-10 06:11:23 --- I think it's solved by this patch: http://lists.koha.org/pipermail/koha-patches/2010-March/005752.html -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4313 --- Comment #2 from Magnus Enger <magnus@enger.priv.no> 2010-03-15 09:42:59 --- Yes, that patch solves the problem. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com