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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 18 00:58:12 CET 2013


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

            Bug ID: 11265
           Summary: Problems with locale saving/editing on serial
                    subscriptions
 Change sponsored?: ---
           Product: Koha
           Version: 3.14
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Serials
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: colin.campbell at ptfs-europe.com

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.

2) It didn't detect my system locale correctly. I am not sure if I am missing
an additional thing in the code? After applying 11264 and picking de-DE
explicitly the season names show in German.
But if I don't pick the locale, the season names are in English. 
I can't test this with French right now, maybe someone else can?

That's the result of running locale on my system:
LANG=de_DE.UTF-8
LANGUAGE=de_DE:en
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=

-- 
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