-
Bug
-
Resolution: Done
-
Undefined
-
None
-
False
-
-
False
-
-
Before reporting an issue
[x] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
admin/api
Describe the bug
When querying events via the REST API the result set always returns empty when the dateTo field is set. This can most easily be seen in the admin console under the event tab as any dateTo filter will result in no events being displayed.
Version
26.2.0
Regression
[x] The issue is a regression
Expected behavior
In prior versions the API would provide the filtered list of events and the admin console would show the correct filtered list.
Actual behavior
The dateTo filter seems to filter all events so that the result set of events is empty in the API and the console shows no results.
How to Reproduce?
- Create Realm
- Perform any action that creates events for the new realm
- Navigate to the events tab in the account console or use the the events REST API to query for events.
- Set dateTo filter for events to any (valid) value. (Did not test non-valid dates)
- Receive an empty result.
- This is also true for direct calls via REST and seems to only affect the dateTo field and not the dateFrom field.
Anything else?
No response
- links to