-
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
Fix accessing undefined parentReportActions object when loading the transactions #34648
Fix accessing undefined parentReportActions object when loading the transactions #34648
Conversation
@aimane-chnaif 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] |
QA Steps can be improved like this: - 2. Tap on IOU created to open IOU details page
+ 2. Quickly tap on IOU created to open IOU details page - 4. Tap on the back button on the header.
+ 4. Tap on parent navigation title (blue text) on the header. |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.movAndroid: mWeb Chromemchrome.moviOS: Nativeios.moviOS: mWeb Safarimsafari.movMacOS: Chrome / Safariweb.movMacOS: Desktopdesktop.mov |
Done @aimane-chnaif .. thank you |
✋ 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/cristipaval in version: 1.4.30-0 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 1.4.30-1 🚀
|
1 similar comment
🚀 Deployed to production by https://github.com/thienlnam in version: 1.4.30-1 🚀
|
Details
Fixed Issues
$ #33800
PROPOSAL: #33800 (comment)
Tests
Test 1:
Test 2:
Offline tests
Test 1:
Test 2:
QA Steps
Test 1:
Test 2:
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
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
Android: Native
Untitled.mov
Android: mWeb Chrome
Screen.Recording.2024-01-17.at.2.36.26.PM.mov
iOS: Native
Untitled.mov
iOS: mWeb Safari
Screen.Recording.2024-01-17.at.2.36.26.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-01-16.at.1.16.30.PM.mov
MacOS: Desktop
Screen.Recording.2024-01-17.at.2.42.37.PM.mov