-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Reinstate fix get all ancestors in a thread #43518
Merged
marcochavezf
merged 18 commits into
Expensify:main
from
kmbcook:fix/issue-41519-get-all-ancestors
Aug 6, 2024
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
35d8dc1
Add hideThreadReplies prop to ReportActionItem. Change ancestor.repor…
kmbcook 54c1b67
Revert "Merge pull request #43201 from Expensify/revert-42554-fix/iss…
kmbcook a401c7c
hideThreadReplies is optional
kmbcook af7b65b
Fix lint error
kmbcook 9c2148b
Resolve conflicts in ThreadDivider to finishing merging main
kmbcook 0b6188f
Merge main and resolve conflicts
kmbcook d846f68
Resolve another conflict due to merging main
kmbcook 381c32a
Merge main and fix confict
kmbcook a3a34f7
Merge main
kmbcook e223a58
Merge main
kmbcook 8c649f7
Merge branch 'main' into fix/issue-41519-get-all-ancestors
kmbcook 60f01c1
Merge branch 'main' into fix/issue-41519-get-all-ancestors
kmbcook 8ec355f
Show trip details view instead of report action item, when thread anc…
kmbcook cdf0560
After npm run prettier
kmbcook 2984e6d
Merge main
kmbcook 3a5faf1
Merge branch 'main' into fix/issue-41519-get-all-ancestors
kmbcook 41624fa
Merge branch 'main' into fix/issue-41519-get-all-ancestors
kmbcook daacbd0
Resolve conflicts and merge main
kmbcook File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
With these changes the reportID contains the reportID of the report where the action belongs to, if we create a thread from report A, the reportID will be report A instead of B. So, isThreadFirstChat will always be false.
This caused the Join Thread to shows up for thread first chat. This resulted in #50262