-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10, 10.10, 11.1-SNAPSHOT
-
Fix Version/s: 9.10-HF30, 10.10-HF03, 11.1, 2021.0
- install nuxeo
- install web-ui
- go to the audit page
- select Authentication in the Event Category field
- observe today's login events are listed
- set the begin date to today's date
- observe the events are still listed as expected
- set the end date to today's date
- observe the events are gone
- checking the network payload in the google inspector tab the begin and end date are both using the same time:
# { "params": { "providerName": "EVENTS_VIEW", "namedQueryParams": { "principalName": "", "startDate": "2019-02-14T00:00:00.000Z", "endDate": "2019-02-14T00:00:00.000Z" }, "currentPageIndex": 0, "pageSize": 40 }, "context": {} }
Expected behavior: today's events should be still listed
Suggestion: when the beginDate equals endDate then the end time should be like 23:59:59 like
{ "params": { "providerName": "EVENTS_VIEW", "namedQueryParams": { "principalName": "", "startDate": "2019-02-14T00:00:00.000Z", "endDate": "2019-02-14T23:59:59.000Z" }, "currentPageIndex": 0, "pageSize": 40 }, "context": {} }
- is related to
-
ELEMENTS-902 Backport ELEMENTS-484 for 9.10 / 2.2.x
- Resolved
-
ELEMENTS-484 Add a default time option to nuxeo-date-picker
- Resolved
- Is referenced in