-
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
Edit merchant field of money requests #25702
Conversation
npm has a |
1 similar comment
npm has a |
I am stuck with native mobile apps with cocoapos issues 😢 unable to add recordings |
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.
Code looks good
After changing the merchant the transaction is considered as a receipt (and we get a receipt preview image). I think that's expected right? |
If you try to change the merchant on money request, the input will be empty instead of "Request" Kooha-2023-08-22-18-43-12.mp4 |
On Android seem to be facing multiple issues Kooha-2023-08-22-19-28-26.mp4Kooha-2023-08-22-19-14-54.mp4 |
Most of the above bugs may not be originating from this PR but they are blocking testing for Android. And we have some conflicts |
Reviewer Checklist
Screenshots/VideosWebweb.mp4Mobile Web - Chromemweb-chrome.mp4Mobile Web - Safarimweb-safari.mp4Desktopdesktop.mp4iOSios.mp4Androidandroid.mov |
This is backend bug, fixing elsewhere |
So I have made this like so on purpose as the Request is a default value so I want the user to see it but on the other hand if they want to edit it, I dont want them to always have to delete the |
The merchant does not seem to be changing now Screen.Recording.2023-08-23.at.5.16.36.PM.mov |
@s77rt I cannot reproduce Screen.Recording.2023-08-23.at.17.36.48.mp4 |
Retested seems working now |
@hayata-suenaga 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] |
> | ||
<HeaderWithBackButton | ||
title={translate('common.merchant')} | ||
onBackButtonPress={() => Navigation.goBack()} |
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.
NAB
onBackButtonPress={() => Navigation.goBack()} | |
onBackButtonPress={Navigation.goBack} |
✋ 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/luacmartins in version: 1.3.57-0 🚀
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.3.58-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.57-6 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.58-5 🚀
|
Details
In this PR we are:
Request
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/301363
Tests
Request
KFC
changed the merchant to 'KFC' (previously 'Request')
Offline tests
Same as tests
QA Steps
Same as tests
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
25702web.mp4
Mobile Web - Chrome
Mobile Web - Safari
25702mwebiOS.mp4
Desktop
Same as web
iOS
Android