-
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
[$500] IOU - In distance request paid transaction,receipt delete option is shown. #29475
Comments
Triggered auto assignment to @peterdbarkerUK ( |
Bug0 Triage Checklist (Main S/O)
|
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @Li357 ( |
ProposalProblemIn distance request paid transaction,receipt delete option is shown. Root CauseWe are showing The delete modal based on below conditions. if (TransactionUtils.hasReceipt(props.transaction) && !TransactionUtils.isReceiptBeingScanned(props.transaction)) {
// show delete option so when a receipt is settled, above 2 conditons remains true so deleted option is shown. ChangesWe should add if (TransactionUtils.hasReceipt(props.transaction) && !TransactionUtils.isReceiptBeingScanned(props.transaction) && !isSettled) {
menuItems.push({
icon: Expensicons.Trashcan,
text: props.translate('receipt.deleteReceipt'),
onSelected: () => {
setIsDeleteReceiptConfirmModalVisible(true);
},
});
}
|
Regression PR #26219. |
@ishpaul777 are you available to submit a PR right now? |
Yes I can take this along with PR for #29452 |
Job added to Upwork: https://www.upwork.com/jobs/~013adc8210e018e835 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @sobitneupane ( |
📣 @ishpaul777 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
CPed to staging |
Not 100% sure if I'm best manually updating this to hold-for-payment 2023-10-20, or adding it to this one. Checked in with @joekaufmanexpensify , switching to daily so I keep it up to date. |
@Li357, @peterdbarkerUK, @ishpaul777 Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@ishpaul777 - the root cause here as the same as #29452 right? |
no root cause and issue was different but taken care of in one PR, because both were Deploy blockers requires quick fix |
Thanks for the quick clarification. Summarizing payouts for this issue: Contributor: @ishpaul777 $750 (inc. urgency bonus) Upwork job: https://www.upwork.com/nx/wm/workroom/35123916/overview |
Ah shoot, I was confused about the step-ordering here across the two issues - I should not have paid this out until this BZ Checklist was completed. Keeping this open with an eye on that in the meantime. |
(I think it's fine as that checklist is waiting on the C+ - I'm just leaving a clear paper trail to save my poor, poor brain from having to remember things) |
@Li357, @peterdbarkerUK, @ishpaul777 Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@peterdbarkerUK We can close this as Checklist is completed #29452 (comment) |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.3.83-1
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:
Action Performed:
Expected Result:
In paid transaction, delete option must not be shown or if shown, receipt must be deleted if tapped on delete
Actual Result:
In paid transaction,receipt delete option is shown. But, tapping on delete, neither receipt is not deleted nor does not trigger any action
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Android: Native
Android: mWeb Chrome
Bug6234676_1697126185028.dis.mp4
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: