-
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
Request money - 3-dot menu does not disappear after deleting money request #29632
Comments
Triggered auto assignment to @zanyrenney ( |
Bug0 Triage Checklist (Main S/O)
|
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @jasperhuangg ( |
Can you confirm me the ideal behaviour? |
Problem3-dot menu does not disappear after deleting money request Root causeWe are not hiding the threeDot menu option in MoneyRequestHeader when the request is deleted. The three dot is still visible. ref- https://github.com/Expensify/App/blob/0b06446b0bd420550ccc9896bd0f9bf8d57e90e2/src/components/MoneyRequestHeader.js App/src/components/MoneyRequestHeader.js Line 119 in 0b06446
Changeson HeaderWithBackButton in MoneyRequestHeader, we need to have condition to hide the 3 dot menu. shouldShowThreeDotsButton={!ReportActionsUtils.isDeletedAction(parentReportAction)}
// or shouldShowThreeDotsButton={canModifyTask}
//(canModifyRequest = isActionOwner && !isSettled && !isApproved && !ReportActionsUtils.isDeletedAction(parentReportAction);) |
I dont think this has to be a blocker and @dukenv0307 should handle this regression as it was clearly bad merge conflict |
I can work on this @mountiny and raise a PR within few hours. |
This is the request page, I am not sure, @jasperhuangg @trjExpensify what do you think, should we close this as expected? |
If a request is preserved because of the comments in the transaction thread, I don't see why we wouldn't let you pin it still. So then in that regard, because the |
I will close this issue then |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.3.84-0
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Issue found when executing PR #28214
Action Performed:
Expected Result:
3-dot icon is hidden after the request is deleted
Actual Result:
3-dot icon is NOT hidden after the request is deleted
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Android: Native
Bug6237343_1697314655361.28214_Android.mp4
Android: mWeb Chrome
iOS: Native
Bug6237343_1697314655352.28214_iOS.mp4
iOS: mWeb Safari
MacOS: Chrome / Safari
Bug6237343_1697314655361.28214_Web_Safari.mp4
MacOS: Desktop
Bug6237343_1697314655362.28214_Desktop.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: