[Koha-bugs] [Bug 11265] Problems with locale saving/editing on serial subscriptions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 19 11:34:13 CET 2013


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m
           Assignee|koha-bugs at lists.koha-commun |jonathan.druart at biblibre.co
                   |ity.org                     |m

--- Comment #2 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to Katrin Fischer from comment #0)
> While writing the patch for 11264 I tried a few things with the new locale
> setting. There are 2 notable problems:
> 
> 1) When you explicitly pick a locale it is save to the database correctly,
> but when you edit the subscription later, the pull down is shown empty.

Should be fix by the patch.

> 2) It didn't detect my system locale correctly. I am not sure if I am
> missing an additional thing in the code?

In fact Apache does not export the system locales.
A workaround would be to export the needed value in the Apache conf:
  SetEnv LC_TIME 'LANG.utf8' (with LANG is fr_FR or de_DE, etc.)

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


More information about the Koha-bugs mailing list