-
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
[HOLD for payment 2023-11-13] Assign task – Unable to assign subtask in task report when create task in 1:1 DM. #30804
Comments
Triggered auto assignment to @dylanexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @chiragsalian ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Unable to create a sub-task. What is the root cause of that problem?We recently have a PR #30019 that doesn't allow a task to be created when all of the participants are special Expensify accounts. Lines 527 to 542 in d53a03e
To achieve that, we check if all the participants (except ourselves) are special Expensify accounts using
What changes do you think we should make in order to solve the problem?Check if the other participants are not empty before doing the -const areExpensifyAccountsOnlyOtherParticipants = _.every(otherReportParticipants, (accountID) => _.contains(CONST.EXPENSIFY_ACCOUNT_IDS, accountID));
+const areExpensifyAccountsOnlyOtherParticipants = otherReportParticipants.length >= 1 && _.every(otherReportParticipants, (accountID) => _.contains(CONST.EXPENSIFY_ACCOUNT_IDS, accountID)); |
@bernhardoj that fix looks great! Are you able to spin up a PR in the next hour or two if I assign you now? |
@bernhardoj Iff you are up for submitting a PR soon please do - I'll assign you when I get back online in a few hours |
@Beamanator yes, I can open the PR immediately. |
@Beamanator opened the PR |
Great, thanks!! Please let me know when videos on all platforms are ready,
then I will review 🙏
…On Fri, Nov 3, 2023 at 8:38 AM Bernhard Owen Josephus < ***@***.***> wrote:
@Beamanator <https://github.com/Beamanator> opened the PR
—
Reply to this email directly, view it on GitHub
<#30804 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5UTP67AJO7KHR4E3V66X3YCSGOLAVCNFSM6AAAAAA63SF7LWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJRHE2TAMJTGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It's all ready 👍 |
Hey @Beamanator I just got a notification that this PR #30816 is assigned to me to review. Do you need a C+ review or you can handle it? |
@hoangzinh thanks for asking, I think I'm good here since it's a nice and small PR 🙏 |
CPing fix |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.95-9 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-13. 🎊 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 coming up! |
Payment Summary:
Upwork job invite sent! Please apply! |
Applied |
@chiragsalian, @bernhardoj, @dylanexpensify Still overdue 6 days?! Let's take care of this! |
Anything pending here @dylanexpensify or can we close this out? |
paying out @bernhardoj! Offer sent! |
@chiragsalian, @bernhardoj, @dylanexpensify Huh... This is 4 days overdue. Who can take care of this? |
@chiragsalian, @bernhardoj, @dylanexpensify 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
@dylanexpensify, anything pending here or can we close this out? |
@chiragsalian, @bernhardoj, @dylanexpensify Eep! 4 days overdue now. Issues have feelings too... |
all done! |
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.95-0
Reproducible in staging?: Y
Reproducible in production?: N
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:
"Assign Task" option appears to create a sub-task
Actual Result:
"Assign Task" option is missing
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Recording.355.mp4
Production:
Recording.356.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: