-
Notifications
You must be signed in to change notification settings - Fork 3k
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/15544: Bank account pages disable text input within wrong data on main device #15772
Fix/15544: Bank account pages disable text input within wrong data on main device #15772
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@tylerkaraszewski @mollfpr One of you needs to 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] |
@mollfpr - can you start on this? |
@tylerkaraszewski Yes! Sorry, I miss this PR! I thought that already reviewed a PR from @tienifr , but that’s another PR 😅 |
@mollfpr I have resolved the comments. Please help me check it. Thank you! |
Hi @mollfpr, please help me check the updated code. Thank you! |
@tienifr Sorry for the delay. I just arrived home from ECX. I'm reviewing it now. |
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.
Meanwhile, I'm testing the changes now.
I have updated the code. Please help me review it @mollfpr. Thank you! |
@tylerkaraszewski It seems that because of an accident made by me, you're not being requested to review this PR. Can you add yourself again? |
@tienifr Thanks for the update! I'll review it within hours. |
Reviewer Checklist
Screenshots/VideosWeb15772.Web.mp4Mobile Web - Chrome15772.mWeb.Chrome.mp4Mobile Web - Safari15772.mWeb-Safari.mp4Desktop15772.Desktop.mp4iOS15772.iOS.mp4Android15772.Android.mp4 |
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.
Great work @tienifr 👍
@tylerkaraszewski All tests well and all yours.
Hi @mollfpr I just resolved the conflict, could you approve again? Many thanks |
@tylerkaraszewski Whenever you have time to review this. |
🚀 Deployed to staging by https://github.com/tylerkaraszewski in version: 1.2.90-2 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.2.90-7 🚀
|
getDefaultStateForField(fieldName, defaultValue = '') { | ||
return ReimbursementAccountUtils.getDefaultStateForField(this.props.reimbursementAccountDraft, this.props.reimbursementAccount, fieldName, defaultValue); | ||
return lodashGet(this.props.reimbursementAccount, ['achData', fieldName], defaultValue); |
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.
This change led to regression. We should prefer to draft, that got deleted, more details here
Details
Fixed Issues
$ #15544
PROPOSAL: #15544 (comment)
Tests
Offline tests
To connect bank account, we need a internet connection.
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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-03-09.at.21.06.55.mp4
Mobile Web - Chrome
Screen.Recording.2023-03-09.at.22.01.25.mp4
Mobile Web - Safari
Screen.Recording.2023-03-09.at.22.22.03.mp4
Desktop
Screen.Recording.2023-03-09.at.21.19.50.mp4
iOS
Screen.Recording.2023-03-09.at.22.17.43.mp4
Android
Screen.Recording.2023-03-09.at.21.54.20.mp4