Closed lanitochka17 closed 2 months ago
Triggered auto assignment to @Julesssss (DeployBlockerCash
), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.
:wave: Friendly reminder that deploy blockers are time-sensitive β± issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
We think that this bug might be related to #wave-collect - Release 1
Triggered auto assignment to @zanyrenney (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
Minor issue, not going to block release
Can't select the default foreign currency by toggling the checkbox.
When pressing the checkbox, it will do nothing if the tax is the workspace currency default or foreign currency default. https://github.com/Expensify/App/blob/e0f17df84a677c6a6cc412e0fa132782d5df700c/src/pages/workspace/taxes/WorkspaceTaxesPage.tsx#L126-L130
We already disable the checkbox here if we can't delete the tax. https://github.com/Expensify/App/blob/e0f17df84a677c6a6cc412e0fa132782d5df700c/src/pages/workspace/taxes/WorkspaceTaxesPage.tsx#L115 https://github.com/Expensify/App/blob/e0f17df84a677c6a6cc412e0fa132782d5df700c/src/libs/PolicyUtils.ts#L416-L418
However, canEditTaxRate
only checks for workspace currency default.
Also, when we toggle select all checkbox, we already filter out workspace currency default tax, but not for foreign currency default. https://github.com/Expensify/App/blob/e0f17df84a677c6a6cc412e0fa132782d5df700c/src/pages/workspace/taxes/WorkspaceTaxesPage.tsx#L140-L141
Update PolicyUtils.canEditTaxRate
and select all logic to check for foreign currency default too.
function canEditTaxRate(policy: Policy, taxID: string): boolean {
return policy.taxRates?.defaultExternalID !== taxID && policy.taxRates?.foreignTaxDefault !== taxID;
}
const taxesToSelect = taxesList.filter((tax) => tax.keyForList !== defaultExternalID && tax.keyForList !== foreignTaxDefault && ...);
Allow user to toggle foreign currency default tax by removing key === foreignTaxDefault
https://github.com/Expensify/App/blob/55a29dd95d9753be05ddab40c79b79186ce05453/src/pages/workspace/taxes/WorkspaceTaxesPage.tsx#L126-L130
Job added to Upwork: https://www.upwork.com/jobs/~019b20d5176ab3a33e
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ahmedGaber93 (External
)
@bernhardoj's proposal LGTM!
π π π C+ reviewed
Current assignee @Julesssss is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new.
π£ @ahmedGaber93 π An offer has been automatically sent to your Upwork account for the Reviewer role π Thanks for contributing to the Expensify app!
PR is ready
cc: @ahmedGaber93
Reviewing
label has been removed, please complete the "BugZero Checklist".
The solution for this issue has been :rocket: deployed to production :rocket: in version 9.0.18-10 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 2024-08-19. :confetti_ball:
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:
waiting for 7 days.
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:
Do we agree π or π
@ahmedGaber93 requires payment automatic offer (Reviewer) - paid $250 via upwork @bernhardoj requires payment through NewDot Manual Requests - owed $250, please request via ND.
Thanks!
Requested in ND.
$250 approved for @bernhardoj
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: 9.0.15-4 Reproducible in staging?: Y Reproducible in production?: N If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/4801379 Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
In Step 10, user should be able to select Foreign currency default via the checkbox (production behavior).\
Actual Result:
In Step 10, user is unable to select Foreign currency default via the checkbox However, it can be selected via Select all checkbox (Step 12)
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
https://github.com/user-attachments/assets/4f7d2c88-9343-4b35-83cb-94f4d3d8cef8
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @zanyrenney