https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40361 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #2 from David Cook <dcook@prosentient.com.au> --- (In reply to Katrin Fischer from comment #1)
There is BorrowerMandatoryField to make fields mandatory which would require something to be entered before saving. Can you explain, why this is not enough/doesn't work for you?
I believe that they're saying they want additional data validation rules for their name fields for patron records. -- Server-side data validation of individual fields is a broad topic that has been discussed a bit in Koha, but it's a massive task to make that systematic massive improvement. That said, I do think it's something that needs to be done at some point. One of the hardest parts if coming up with a backend design that enough people agree on. -- In terms of front-end validation, for opac-memberentry.pl and memberentry.pl it looks like we're using the jQuery Validator plugin. It should be fairly easy to use *UserJS to add additional jQuery Validator rules and methods. Since "name fields would require at least one alphabetic character to be included" isn't a universal rule that would apply to everyone, this might be the most practical approach to take. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.