27 Feb
2019
27 Feb
'19
7:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689 --- Comment #28 from Jonathan Druart <jonathan.druart@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.