Closed (fixed)
Project:
Webform
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2009 at 16:54 UTC
Updated:
23 Feb 2010 at 07:40 UTC
Jump to comment: Most recent file
For example, I set start year 1995 and end year 1900. If I select a year, 1993 for example, it triggers a validation error:
"The entered date needs to be between the years 1995 and 1900."
Seems years have to be in
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webform_reversible_dates.patch | 1.69 KB | quicksketch |
Comments
Comment #1
alexfisher commented(opps, hit submit too soon)
...ascending order?
Comment #2
quicksketchI've fixed this in the 3.x version with the attached patch. At first I thought we should add validation to make sure that the "end" date is after the "start" date, but then I realized how useful it is to be able to flip the start and end dates to make them show up in reverse order, as it sounds like you may have been doing. The Drupal 5 version of Webform is now reaching end of life and it's unlikely that this change will be backported.