-
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 2024-09-12][$250] Import categories - Nothing happens after dragging and dropping file into RHP #48533
Comments
Triggered auto assignment to @JmillsExpensify ( |
Triggered auto assignment to @MariaHCD ( |
👋 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:
|
Edited by proposal-police: This proposal was edited at 2024-09-04 09:42:02 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Nothing happens after dragging and dropping file into RHP. What is the root cause of that problem?The drop event data here does not include the file's URI, later we would early return if it's missing URI: App/src/components/ImportSpreadsheet.tsx Lines 78 to 80 in a637a8a
What changes do you think we should make in order to solve the problem?We need to manually create it following the below implementation: App/src/pages/home/report/ReportActionCompose/ReportActionCompose.tsx Lines 549 to 553 in 562d7b4
In here, create URI for the file object: if (file) {
file.uri = URL.createObjectURL(file);
readFile(file);
} |
I was considering another method. I see that manually creating the URI with When using Would it be helpful to add this cleanup step to our solution to manage memory usage more efficiently? I'd love to get feedback! |
📣 @tuseefahmed786! 📣
|
cc @filip-solecki @rushatgabhane @rlinoz coming from the import spreadsheet PR |
This indeed feels like a blocker for the feature, not demoting. Added @rushatgabhane as he reviewed the original PR #47827 |
@mkzie2 Proposal looks good, maybe it will be better to put |
@mkzie2 this is a deploy blocker, are you able to raise this PR and make it ready for review/ testing in the next couple of hours? |
Sure thing! |
I like that idea Danny! |
@JmillsExpensify, @MariaHCD, @rushatgabhane, @mkzie2 10 days overdue. Is anyone even seeing these? Hello? |
The fix for this one was deployed to production. I believe we're just awaiting payment. |
@JmillsExpensify, @MariaHCD, @rushatgabhane, @mkzie2 Huh... This is 4 days overdue. Who can take care of this? |
Payment summary:
|
$250 approved for @rushatgabhane |
@JmillsExpensify, @MariaHCD, @rushatgabhane, @mkzie2 Huh... This is 4 days overdue. Who can take care of this? |
@mkzie2 are you still due payment on this issue? |
@JmillsExpensify Yes, do you mind sending me an offer https://www.upwork.com/freelancers/~019f73367b03c6d784 |
@JmillsExpensify, @MariaHCD, @rushatgabhane, @mkzie2 Huh... This is 4 days overdue. Who can take care of this? |
@JmillsExpensify, @MariaHCD, @rushatgabhane, @mkzie2 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
Offer sent! |
@JmillsExpensify offer accepted, we can pay out and close 👍 |
@JmillsExpensify, @MariaHCD, @rushatgabhane, @mkzie2 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 [email protected] to request to join our Slack channel!
Version Number: 9.0.29-0
Reproducible in staging?: Y
Reproducible in production?: N
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
The file can be dragged and dropped into the RHP.
Actual Result:
Nothing happens after dragging and dropping file into RHP.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6592372_1725411668751.20240904_075359.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @Issue Owner
Current Issue Owner: @JmillsExpensifyThe text was updated successfully, but these errors were encountered: