-
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
Revert removal of the receipt
param
#55126
base: main
Are you sure you want to change the base?
Revert removal of the receipt
param
#55126
Conversation
In `CategorizeTrackedExpense` and `ShareTrackedExpense` commands
@abdulrahuman5196 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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
@CyberAndrii for android "Send it to someone" works correctly for you? bcoz in my case I see the error for that expense though I don't see an error of network connection timeout in the logs. |
@Pujan92 I did see it once while testing yesterday, but after closing and reopening the app it disappeared so I think maybe it didn't pick up new changes after switching branches. Works fine now 55120.send.to.someone.webm |
Explanation of Change
Reverts removal of the
receipt
param inCategorizeTrackedExpense
andShareTrackedExpense
commands by #54628. Turns out it is actually needed 😃Also adds
receipt instanceof Blob ? receipt : undefined
check similar to the original PR.Fixed Issues
$ #55120
PROPOSAL:
Tests
Same as QA Steps
Offline tests
N/A
QA Steps
.
.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Android: Native
55120.android.native.mp4
Android: mWeb Chrome
55120.android.chrome.mp4
iOS: Native
55120.ios.native.mp4
iOS: mWeb Safari
55120.ios.safari.mp4
MacOS: Chrome / Safari
55120.macos.chrome.mov
MacOS: Desktop
55120.macos.desktop.mov