taarifa / Taarifa_Web

THIS CODE BASE IS DEPRECATED AND ONLY HERE FOR ARCHIVAL PURPOSES!
http://www.taarifa.org
Other
18 stars 6 forks source link

Bug in date range picker #42

Open nellessen opened 12 years ago

nellessen commented 12 years ago

In the reports page there is a "Change Date Range" button which has the following bug: If you clickat one of the predefined date ranges (Today, This week, ...) the container closes but the nothing gets updated. If hit "Change Date Range" again you will see the date fields holding the values according to your previous selection (Toda, This week, ...). If you hit GO the report list will be updated as intended.

So all that is missing to fix this bug is an automatic form submission after hitting one of the predefined date ranges.

kynan commented 12 years ago

If possible this should be done without a page reload (i.e. JavaScript).