[Koha-bugs] [Bug 4402] Date filter in parcels.tt requires db format dates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 14 15:57:34 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402

--- Comment #26 from Marc Véron <veron at veron.ch> ---
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.


More information about the Koha-bugs mailing list