[Koha-bugs] [Bug 19560] Unable to delete library when branchcode contains special characters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 4 18:22:08 CET 2017


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

--- Comment #12 from Owen Leonard <oleonard at myacpl.org> ---
As far as I can tell, JavaScript regular expressions will not recognize
non-ascii "word" characters as such, and thus client-side validation can't work
here unless we restrict the options quite a bit.

I appreciate that this limitation with my patch has bee pointed out because I
don't think it's okay that we make it so strict if we don't have to.

Is it a limitation of branches.pl that it fails to accept a string like this?

/cgi-bin/koha/admin/branches.pl?op=add_form&branchcode=Ö×Ø&ÙÚ

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list