Skip to content

Parsing of Dates if ABP boilerplate filters [object Object] #24839

@AndrewvanDijk

Description

@AndrewvanDijk

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.

[email protected]

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions