-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
area/admin/client-jsimpact/highkind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugteam/ui
Milestone
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest release
Area
admin/client/node
Describe the bug
The request that's being made is:
http://localhost:8180/admin/realms/master/events?first=0&max=11&type=SEND_RESET_PASSWORD%2CUPDATE_CONSENT_ERROR
it should be
http://localhost:8180/admin/realms/master/events?first=0&max=11&type=SEND_RESET_PASSWORD&type=CUPDATE_CONSENT_ERROR
the error is that arrays are being "stringified"
).toString(); |
Version
main
Expected behavior
the right request being made, this is the only place where arrays are used
Actual behavior
How to Reproduce?
go to the events section and search for 2 event types
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area/admin/client-jsimpact/highkind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugteam/ui