StatusWolf icon indicating copy to clipboard operation
StatusWolf copied to clipboard

Problem with updating dates

Open cdesbouche-acipia opened this issue 11 years ago • 0 comments

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.

cdesbouche-acipia avatar Dec 08 '14 16:12 cdesbouche-acipia