-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
When selecting the minCreationDate or any other date, in this case for filtering Users the date is being passed as [object Object] instead of the date object.
Implementing an interceptor does not help as the value is already set on the URL
https://localhost:44357/api/identity/users?notActive=false&minCreationTime=%5Bobject%20Object%5D&skipCount=0&maxResultCount=10
This causes an error and the search fails.
Reproduction Steps
Set the Creation Date when searching for Users
Expected behavior
Expect the valid date in the URL, not [object Object]
Actual behavior
Incorrect URL on submission
Regression?
No response
Known Workarounds
None
Version
9.3.6
User Interface
Angular
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
Reactions are currently unavailable