Bug 16813: Allow empty string for OPACBaseURL
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 27 Jun 2016 12:32:31 +0000 (13:32 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 15 Jul 2016 15:02:13 +0000 (15:02 +0000)
commite9b6a5e31e1bc225a6e620dcefbd9545bb6d98bf
tree17e4f38472edbfe9824f2776d32003390c5fa4de
parentb51f2baa7c1035657594f90d17c7c9eeedf4ea84
Bug 16813: Allow empty string for OPACBaseURL

The pref is prefixed by 'http://', but it should not when the pref is
set to an empty string.
This will fix the bug raised on bug 14790 comment 14.

Test plan:
Empty OPACBaseURL and confirm that it's save as it in DB

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
OPACBaseURL is saved up empty. Prefix http:// is not saved anymore

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Context.pm
t/db_dependent/Context.t