Closed izarutskaya closed 11 months ago
Job added to Upwork: https://www.upwork.com/jobs/~0136e412ae57e89702
Triggered auto assignment to @MitchExpensify (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details.
Platforms
in OP are β
)Triggered auto assignment to Contributor-plus team member for initial proposal review - @allroundexperts (External
)
IOU-Description is shown in preview in manual request while receipt is uploading
This is the currently logic
const shouldShowDescription = !_.isEmpty(description) && !shouldShowMerchant;
we don't have logic to check if receipt is canning
Should add a logic to check if receipt is canning we will hide description like this
const shouldShowDescription = !_.isEmpty(description) && !shouldShowMerchant && !isScanning
We also consider to add isScanning
condition to definition of shouldShowMerchant too
IOU-Description is shown in preview in manual request while receipt is uploading
We are not checking for,
Here,
Perhaps this is the root cause
First things first check for isScanning upfront,
const shouldShowDescription = !isScanning && !_.isEmpty(description) && !shouldShowMerchant;
NA
Thanks for your proposal @PiyushChandra17. I wasn't able to find it very different from what @DylanDylann proposed earlier.
@DylanDylann's proposal looks good.
π π π C+ reviewed
Triggered auto assignment to @marcochavezf, see https://stackoverflow.com/c/expensify/questions/7972 for more details.
Are we good to assign @DylanDylann , @marcochavezf ?
Yup, thanks for the review @allroundexperts, the solution lgtm as well, assigning @DylanDylann π
π£ @allroundexperts Please request via NewDot manual requests for the Reviewer role ($500)
π£ @DylanDylann π An offer has been automatically sent to your Upwork account for the Contributor role π Thanks for contributing to the Expensify app!
Offer link Upwork job Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review π§βπ» Keep in mind: Code of Conduct | Contributing π
@allroundexperts PR https://github.com/Expensify/App/pull/31348 is ready to review
Reviewing
label has been removed, please complete the "BugZero Checklist".
The solution for this issue has been :rocket: deployed to production :rocket: in version 1.4.2-3 and is now subject to a 7-day regression period :calendar:. Here is the list of pull requests that resolve this issue:
If no regressions arise, payment will be issued on 2023-11-30. :confetti_ball:
After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
Payment summary:
$500 - @allroundexperts, C+, NewDot $500 - @DylanDylann, C, Upwork
Paid and contract ended, @DylanDylann
Added request for new test here: https://github.com/Expensify/Expensify/issues/343038
Closing as payment for @allroundexperts will occur on NewDot
Thanks every one!
$500 payment approved for @allroundexperts based on this comment.
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.97-1 Reproducible in staging?: Y Reproducible in production?: Y 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 IOU report, the description must not be shown in preview while receipt is uploading.
Actual Result:
In IOU report, the description is shown in preview in manual request while receipt is uploading.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
https://github.com/Expensify/App/assets/115492554/e0d51111-c360-4129-8c39-230ab22add88
View all open jobs on GitHub
Upwork Automation - Do Not Edit