Vote #77830
完了No validation error when date value is invalid in time entries filter
0%
説明
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.
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I cannot reproduce on the current trunk (r16578). If I use the following query:
<pre>
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[]=
</pre>
I receive the error "Date is invalid" (screenshot attached).
--------------------------------------------------------------------------------
Considering that the issue reproduces on Redmine version:3.3.3, but not in the current trunk, I think that we can mark this defect as fixed in version:3.4.0.
--------------------------------------------------------------------------------
It seems to be fixed in r15649. "Date is invalid" error is displayed as expected.
--------------------------------------------------------------------------------
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)
--------------------------------------------------------------------------------
Thanks!
--------------------------------------------------------------------------------