-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update user management filters for emails with special characters #1129
fix: update user management filters for emails with special characters #1129
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
locally tested, works good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move regex to patterns file
Hi @manojava-gk, Thank you! |
Hello @manojava-gk, Regex moved into Patterns file and I have added testcases for this newly added pattern. Can you please review it again. Thank you!! |
@manojava-gk could you please review again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small change
Quality Gate passedIssues Measures |
Hi @oyo, I made a changes according to your feedback. Please review it again. |
Description
This PR fixes an issue where the user management filters were not working for email addresses containing special characters like
+
. Examples of problematic emails include:[email protected]
[email protected]
App Access Management -> Add Role -> User List
App Access Management -> Add Role -> User List have same special character (+) related issue on search input.
Why
+
.Issue
Checklist