[Koha-bugs] [Bug 20689] Make it possible to add capital letter subfields to item search fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 27 19:12:02 CET 2019


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

--- Comment #28 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Owen, I see

 pattern="[a-zA-Z0-9]+

and

 jQuery.validator.addMethod("marcfield", function(value, element) {
     return this.optional(element) || /^[0-9a-zA-Z]+$/.test(value);
 }, _("Please enter letters or numbers") );


Should not we have only 1 check?

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


More information about the Koha-bugs mailing list