Problem with updating dates
Open
- Dominant language
- PHP
- Stars
- 37
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Hello.
I just discovered a bug with date range. If I update dates with a date range, both startdate and enddate are reseted to the current date.
I investigate and the problem was at line around 1575 with this line:
`
var date_span_option = widget_element.find('input:radio[name="date-span"]:checked').val();
`
after several tests, I found the problem was the :checked attribute which is not recognized. So the variable date_span_option is marked as undefined.
Tested on FF33 and Chrome39.
Contributor guide
Assessment
This issue has not been assessed yet.