If you require a title on the reservation node and submit it without a title, in addition to saying the title is require MERCI adds an error about the hours the reservation is being made.
If the actual error (like including a title) is corrected, the reservation can be saved.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2011-02-23 at 7.27.25 AM.png | 76.72 KB | kreynen |
Comments
Comment #1
darrick commentedThis is because date_combo_validate does not set the timezone and offset fields if their any errors in the form. Thus once the validation hits merci_validate_merci_reservation_date the check is done against UTC.
Comment #2
darrick commentedFixed: http://drupal.org/cvs?commit=504648