-
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
Fix deleted parent message disappears instead of showing [Deleted message] when deleting it #40781
Fix deleted parent message disappears instead of showing [Deleted message] when deleting it #40781
Conversation
@shubham1206agra 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] |
Additional video showing non deleted parent action will be hidden when deleting it in online mode. Screen.Recording.2024-04-23.at.20.06.46.mov |
@bernhardoj Fix lint please. |
Oops, fixed. |
Screen.Recording.2024-04-26.at.9.12.05.PM.mov@bernhardoj Please check this bug. |
I can see the issue in staging too. The PR only affects the total list item to show, so it shouldn't cause that issue. Screen.Recording.2024-04-27.at.21.46.16.movI'm having hard time to reproduce it on this PR. I have. merged it with main btw before testing. |
@roryabraham Can you check if this is BE issue? |
@roryabraham Bump on this. |
It's pretty difficult to tell just by looking if that's a front-end or a back-end issue. Just from looking I'd guess it's a front-end issue, but I'd have to debug to know for sure. |
@bernhardoj Can you debug the problem to know if its from FE or BE? |
Looks like it's not reproducible anymore Screen.Recording.2024-05-07.at.14.26.17.mov |
Can confirm this is now fixed. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeScreen.Recording.2024-05-07.at.5.22.14.PM.moviOS: mWeb SafariScreen.Recording.2024-05-07.at.5.00.52.PM.movMacOS: Chrome / SafariScreen.Recording.2024-05-07.at.4.57.25.PM.movMacOS: DesktopScreen.Recording.2024-05-07.at.5.12.03.PM.mov |
@roryabraham This PR is waiting for your review. |
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.4.74-0 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 1.4.74-6 🚀
|
Details
Any deleted/pending-deleted action is filtered out from the action list. This PR add an exception for deleted parent action.
Fixed Issues
$ #39218
PROPOSAL: #39218 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
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
Screen.Recording.2024-04-23.at.19.56.50.mov
Android: mWeb Chrome
Screen.Recording.2024-04-23.at.19.59.12.mov
iOS: Native
Screen.Recording.2024-04-23.at.19.55.07.mov
iOS: mWeb Safari
Screen.Recording.2024-04-23.at.19.52.48.mov
MacOS: Chrome / Safari
Screen.Recording.2024-04-23.at.19.38.39.mov
MacOS: Desktop
Screen.Recording.2024-04-23.at.19.41.03.mov