https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23391

--- Comment #3 from Magnus Enger <[email protected]> ---
One point that should be considered: I take the string from the syspref and try
to clean it up a bit with this syspref:

$hidden_statuses_string =~ s/[^0-9A-Za-z_|]//g;

This means that status code will only be able to contain numbers, lower and
upper ascii letters and underscore. This is perhaps too strict?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to