-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
updated regex for legal name and cardholder name #23650
Conversation
@rushatgabhane Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
waiting for further instructions about updation of error message
|
@chiragxarora could you please ask about it on slack too so we get them faster? And link the existing translation screenshot. |
@rushatgabhane you can review the PR now |
I've updated the regex again as per this comment #23175 (comment) |
@chiragxarora just want to confirm if you checked we don't already have a regex that is characters only? |
I didn't find any, just checked again |
uploaded all the attacments @rushatgabhane all yours |
Also, I caught a few bugs while testing this which are present in main branch and unrelated to the current PR |
Reviewer Checklist
Screenshots/VideosiOSScreen.Recording.2023-07-31.at.11.09.22.mov |
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.
LGTM
@robertjchen friendly bump :) |
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.
Thanks!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/robertjchen in version: 1.3.50-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.50-3 🚀
|
🚀 Deployed to staging by https://github.com/robertjchen in version: 1.3.51-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.51-2 🚀
|
Could this have caused a regression? https://expensify.slack.com/archives/C049HHMV9SM/p1691943529706359 |
Not caused by my PR @Maftalion mine only removed the numerals from regex |
Details
Fixed Issues
$ #23175
PROPOSAL: #23175 (comment)
Tests
Offline tests
NA
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-07-27.at.10.35.51.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-07-27.at.11.20.32.PM.mov
Mobile Web - Safari
Screen.Recording.2023-07-27.at.11.08.50.PM.mov
Desktop
Screen.Recording.2023-07-27.at.10.45.42.PM.mov
iOS
Screen.Recording.2023-07-27.at.11.04.54.PM.mov
Android
Screen.Recording.2023-07-27.at.11.16.41.PM.mov