-
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
Add parentReportActionID to new expense report on the approve flow #46721
Add parentReportActionID to new expense report on the approve flow #46721
Conversation
@ikevin127 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] |
I'm encountering some issues with the iOS and Android builds. I'll upload videos soon. Thanks. |
@cretadn22 Check out these two (iOS / Android) Native related threads on Slack as they might help if you have trouble with the builds. First off: pull latest main and run
|
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-p1.mp4Android: mWeb Chromeandroid-mweb.mp4iOS: Nativeios.mp4iOS: mWeb Safariios-mweb.mp4MacOS: Chrome / Safariweb.mp4MacOS: Desktop |
@cretadn22 I completed the PR Reviewer Checklist but I'm holding off on 🟢 Approve until you complete the required Screenshots/Videos section as they are all missing currently. |
@ikevin127 Thanks so much. I uploaded all videos |
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 for adding the vids!
LGTM 🚀
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 great, thanks!
🚀 Deployed to staging by https://github.com/robertjchen in version: 9.0.17-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.17-2 🚀
|
2 similar comments
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.17-2 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.17-2 🚀
|
Details
When approving a half of expense, we will create another expense report. This PR adds parentReportActionID for new report
Fixed Issues
$ #46371
PROPOSAL: #46371 (comment)
Tests
Offline tests
QA Steps
Precondition: Workspace has an approver (can be workspace owner)
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
Screen18.mp4
Android: mWeb Chrome
Screen17.mp4
iOS: Native
Screen16.mp4
iOS: mWeb Safari
Screen15.mp4
MacOS: Chrome / Safari
Screen13.mp4
MacOS: Desktop
Screen14.mp4