12 Dec
2019
12 Dec
'19
3:21 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23391 --- Comment #3 from Magnus Enger <magnus@libriotech.no> --- 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.