http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402
--- Comment #26 from Marc Véron <[email protected]> --- I agree with Jonathan that I am not supposed to give a wrong date. I did it accidentally, and other users will do that for sure :-) Koha should handle it gracefully and not crash with a software error. And I agree with Katrin that we should have a more general solution for fields that involve DatePicker. This would be an other bug. (Keep in mind Bug 11448 /Accessibility) At other places the date is validated by JavaScript, e.g. on memberentry.pl. If I enter a wrong month for date of birth, I get a warning "Invalid month entered in field dateofbirth" The related JavaScript function CheckDate() comes from /intranet-tmpl/prog/en/js/members.js (= local solution) For this bug the question is: Keep DatePicker and have the chance for crashes if a user skips the DatePicker with a wrong date? If yes, I'll sign-off. Or keep it the old way (no DatePicker, no crash) until we have a more general solution? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
