]> git.koha-community.org Git - koha.git/commit
Bug 19788: Preserve case sensitivity when creating Local preferences
authorFrédéric Demians <f.demians@tamil.fr>
Mon, 11 Dec 2017 07:41:05 +0000 (08:41 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 19 Jan 2018 13:22:47 +0000 (14:22 +0100)
commit0ba2ce047b58f92aaef74380c8e10afbc33970cb
treef4800a83102114c651c5c8fd6b887ed4120eb6bb
parent1176b2e8f1fd1763e3074c8b01e1cfa31559b564
Bug 19788: Preserve case sensitivity when creating Local preferences

Fix a bug tranforming new local preference variable name in lowercase.

TO TEST:

1. Admin > System preferences > Local use
2. Button New preference. Fill variable field with 'TESTfoo'. Click
   Save.
3. The new variable is named: 'testfoo'.
4. Apply the patch.
5. Button New preference. Fill variable field with 'TESTfoo2'. Click
   Save.
6. The new variable is properly named: 'TESTfoo2'.

Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 5ff8eca26c8d42cbca1c1e8b6b4ee10f2c45a387)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Context.pm