-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
area/admin/uiarea/user-profilekind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/26.2.9release/26.3.4release/26.4.0team/core-iamteam/core-sharedteam/sre
Description
Before reporting an issue
- 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
user-profile
Describe the bug
When I create a field in the user profile and add a length min/max validation to it, the error message doesn't show in the admin UI, the user is not saved, and an exception is shown in the console.
Version
main
Regression
- The issue is a regression
Expected behavior
The validation error should be shown.
Actual behavior
No validation error is shown
How to Reproduce?
Create a new field and add a length validation to it
Anything else?
The problem is that the length validation error adds integer parameters, while front end only expects strings.
I'll provide a fix.
Metadata
Metadata
Assignees
Labels
area/admin/uiarea/user-profilekind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/26.2.9release/26.3.4release/26.4.0team/core-iamteam/core-sharedteam/sre