https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29033 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think Tomas is right about that we should make the prefs all behave the same (using the same separator) as this is a nuisance right now and requires constant 'looking up' of the syntax to use for each. Having a nice GUI component would make it even nicer. I am always a little doubful about wrapping a one liner in perl into an additional method. Basically this: my $values = [ split qr{\|}, $syspref ]; So I see a lot of gain in making things more consistent and refining the GUI, but I am not sure as it is right now a separate method is really required? -- You are receiving this mail because: You are watching all bug changes.