-
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
[HOLD for payment 2023-11-30] Add Required fields to MoneyRequestConfirmationList #31090
Comments
@lindboe @cdanwards can you comment here so I can assign you? |
Commenting for assignment |
@cdanwards Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@cdanwards Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Getting PR up now. |
This PR was merged! |
Wohoo 🎉 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.2-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-11-30. 🎊 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:
|
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
Looks like this wasn't the cause of the blocker (thanks @luacmartins). It was the fact that policy wasn't available when splitting a bill with a Workspace |
@cead22 can you please reopen & add |
Triggered auto assignment to @adelekennedy ( |
Do I need to close it again? |
payment made |
rightLabel
{Boolean(props.shouldShowRightIcon) &&
rightLabel={permissions.canUseViolations() && Boolean(props.policy.requiresCategory) ? translate('required') : ''}
to the MenuItem used for categoriesrightLabel={permissions.canUseViolations() && Boolean(props.policy.requiresTag) ? translate('required') : ''}
permissions.canUseViolations
will be implemented in Implement new component ReceiptEmptyState #30663The text was updated successfully, but these errors were encountered: