-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(company data): extend legal entity pattern to support all language #250
feat(company data): extend legal entity pattern to support all language #250
Conversation
979a2f8
to
940f5f6
Compare
Hi @typecastcloud, Change log entry is missing. |
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!
The Company validation expression in the ValidationExpressions class has been updated to support a wider range of characters, including special characters and non-Latin alphabets. This change ensures that the validation accurately captures company names from different languages and regions. Fixes: eclipse-tractusx/portal#360 Refs: eclipse-tractusx/portal-frontend-registration#250
940f5f6
to
f38d187
Compare
The Company validation expression in the ValidationExpressions class has been updated to support a wider range of characters, including special characters and non-Latin alphabets. This change ensures that the validation accurately captures company names from different languages and regions. Fixes: eclipse-tractusx/portal#360 Refs: eclipse-tractusx/portal-frontend-registration#250
@MaximilianHauer can you please prioritize this, please? This will make sure we don't run into errors when registering some of our existing customers during the Jupiter Go Live. |
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.
@oyo could you please review?
fine for me @oyo's turn ;) |
The Company validation expression in the ValidationExpressions class has been updated to support a wider range of characters, including special characters and non-Latin alphabets. This change ensures that the validation accurately captures company names from different languages and regions. Fixes: eclipse-tractusx/portal#360 Refs: eclipse-tractusx/portal-frontend-registration#250
The Company validation expression in the ValidationExpressions class has been updated to support a wider range of characters, including special characters and non-Latin alphabets. This change ensures that the validation accurately captures company names from different languages and regions. Fixes: eclipse-tractusx/portal#360 Refs: eclipse-tractusx/portal-frontend-registration#250 * Adjust changelog * Add remarks to Company regex * Update packages
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.
@typecastcloud content approved but setting to request changes until merge conflicts resolved
The legal entity pattern now supports and uses letter and currency unicode categories. This required update of ecma script to version 6. Refs: eclipse-tractusx/portal#360
842c0e4
to
21dc7ef
Compare
Hi @oyo, I rebased and updated dependencies. Thanks! |
Quality Gate passedIssues Measures |
Description
The legal entity pattern now supports and uses letter and currency unicode categories.
Why
International support requires a lot of different languages. Evaluating and reviewing REGEX by using ranges is very hard.
Issue
Refs: eclipse-tractusx/portal#360
Dep: eclipse-tractusx/portal-backend#1043
Checklist