Defect #23912
closedNo validation error when date value is invalid in time entries filter
0%
Description
For example if I go to http://example.com/projects/my_project/time_entries
and
choose date between real dates by using datepicker then it shows correct data.
But once I enter or change any date to fake one, like from 2016-09-01 to 2016-09-010 no matter for start or end date's field then it shows total time from the very beginning of the project.
Expected behavior: wrong date message.
Files
Updated by Marius BĂLTEANU over 7 years ago
I cannot reproduce on the current trunk (r16578). If I use the following query:
utf8=✓&set_filter=1&sort=spent_on:desc&f[]=spent_on&op[spent_on]==&v[spent_on][]=2016-09-010&f[]=&c[]=spent_on&c[]=user&c[]=activity&c[]=issue&c[]=comments&c[]=hours&group_by=&t[]=hours&t[]=
I receive the error "Date is invalid" (screenshot attached).
Updated by Marius BĂLTEANU over 7 years ago
Updated by Go MAEDA over 7 years ago
- Subject changed from Validate date input to No validation error when date value is invalid in time entries filter
- Status changed from New to Resolved
- Target version set to 3.4.0
It seems to be fixed in r15649. "Date is invalid" error is displayed as expected.
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from Resolved to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Marius BALTEANU wrote:
I receive the error "Date is invalid" (screenshot attached).
Indeed, but all the time entries are displayed below this message. It's fixed in r16635 (no results displayed when query is invalid)