-
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-12-20] [$500] Expense - System message for report submission is not copied when copied to clipboard #32285
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01dc72215454974184 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @shubham1206agra ( |
Any way to get access to/part of Collect Workspace? |
ProposalPlease re-state the problem that we are trying to solve in this issue.Expense - System message for report submission is not copied when copied to clipboard What is the root cause of that problem?We are not handling the App/src/pages/home/report/ContextMenu/ContextMenuActions.js Lines 263 to 264 in a7460f7
What changes do you think we should make in order to solve the problem?We need to add another else if before last one here
like
What alternative solutions did you explore? (Optional) |
This comment was marked as off-topic.
This comment was marked as off-topic.
Triggered auto assignment to @lakchote, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
Please ignore my previous comment The issue is open for proposals again. |
@FitseTLT You are kind of right. But need more changes to work actually. You may need to modify according to this reportAction |
Don't have access to collect workspace, so I am building my proposal based on the image above. ProposalPlease re-state the problem that we are trying to solve in this issue.Copying the submitted message copies nothing to the clipboard. What is the root cause of that problem?In copy to clipboard logic, we take the
However, submitted report actions don't have an What changes do you think we should make in order to solve the problem?Handle the case when it's a submitted action by joining all message fragment text. else if (reportAction.actionName === CONST.REPORT.ACTIONS.TYPE.SUBMITTED) {
const submittedMessage = reportAction.message.reduce((acc, curr) => ${acc}${curr.text}, '')
Clipboard.setString(submittedMessage);
} |
@bernhardoj's proposal works correctly 🎀 👀 🎀 C+ reviewed cc @lakchote |
Current assignee @lakchote is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
Any idea to this question? |
Ask this on slack when you are assigned |
@bernhardoj LGTM 👍 |
📣 @shubham1206agra 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @bernhardoj 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Asking to unblock and add my account to the collect workspace here https://expensify.slack.com/archives/C01GTK53T8Q/p1701708391409839 |
There is an issue with creating a collect workspace. |
PR is finally ready cc: @shubham1206agra |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.11-25 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-12-20. 🎊 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:
|
@shubham1206agra please complete the bugzero checklist thanks! |
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:
|
@lakchote Friendly bump on payment. |
@lakchote Bump |
Triggered auto assignment to @laurenreidexpensify ( |
@laurenreidexpensify Can you process payment here please? |
Payment Summary: Contributor $500 paid in Upwork @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: 1.4.6.2
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:
Issue found when executing PR #32157
Action Performed:
Precondition:
Expected Result:
The system message for 'report submission' is copied
Actual Result:
The system message for 'report submission' is not copied
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6296248_1701363447163.20231130_231808.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @laurenreidexpensifyThe text was updated successfully, but these errors were encountered: