-
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 get all ancestors in a thread #42554
Fix get all ancestors in a thread #42554
Conversation
…der to more easily demonstrate that issue 41519 has been fixed.
…ng to that report which is parent of its child report.
@rushatgabhane 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 see there is a failing unit test, which test I believe is incorrect and will need to be re-written. |
testing |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-05-31.at.02.34.36.movAndroid: mWeb ChromeiOS: NativeScreen.Recording.2024-05-31.at.02.34.00.mov |
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.
LGTM!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Hey, I'm struggling to locate a regression where opening users comment on a new MoneyReport, then 'Reply in Thread' and try to tap the blue This is one of a few PRs that seem either a cause or just related. If you have any thoughts or suggestions, please let me know. |
revertt |
@rushatgabhane I'll take a look at this now. It looks like the PR #43201 to revert this change has already been merged. I have a question. We know that this change corrects an earlier error and cleans up the code. Instead of reverting this change why don't we continue with code clean-up by fixing the regressions, which code we now know has been relying on the previous error? I can see in some instances that it is better to leave a previous error in place and build around it. But in this case, isn't the previous error one that would be worth the extra effort to clean up? |
See the following proposals: 43172 and 43190 are duplicates. My proposal for both is in 43190. |
@rushatgabhane note that without this PR we have two conflicting definitions of an ancestor object, one as used in ThreadDivider and another as used in ReportActionItem. It will clarify code and help to prevent future issues by having only one definition of an ancestor object, the definition used in ReportActionItem. See #43190 (comment). |
🚀 Deployed to production by https://github.com/luacmartins in version: 1.4.81-11 🚀
|
Details
This changes fixes a problem getting all ancestors in a thread. This problem is currently not visible because report preview actions are currently not permitted to be thread ancestors, which also makes this solution not visible. In order to make this solution visible for the purpose of making videos for this pull request, a temporary change allowing report preview actions to be thread ancestors has been added. After making the videos, the temporary change was removed.
Fixed Issues
$ #41519
PROPOSAL: #41519 (comment)
Tests
Offline tests
Same behavior.
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 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
Android-Native.mov
Android: mWeb Chrome
Android-Chrome.mov
iOS: Native
IOS-Native.mov
iOS: mWeb Safari
IOS-Safari.mov
MacOS: Chrome / Safari
Mac-Chrome.mov
MacOS: Desktop
Mac-Desktop.mov