-
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 2022-12-02] [$250] Link with trailing spaces doesn't got trimmed reported by @kerupuksambel #12511
Comments
Triggered auto assignment to @abekkala ( |
Proposal- return `<a href="${g3 && g3.includes('http') ? '' : 'https://'}${g2}" target="_blank" rel="noreferrer noopener">${g1}</a>`;
+ return `<a href="${g3 && g3.includes('http') ? '' : 'https://'}${g2}" target="_blank" rel="noreferrer noopener">${g1.trim()}</a>`; |
I was able to reproduce. |
Current assignee @abekkala is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rushatgabhane ( |
Triggered auto assignment to @neil-marcellini ( |
@neil-marcellini i recommend @0xmiroslav's proposal. 🎀 👀 🎀 C+ reviewed |
I agree, it looks good. We will also need to update the package.json once the expensify-common PR is merged. Line 70 in 077304b
|
📣 @0xmiroslav You have been assigned to this job by @neil-marcellini! |
@neil-marcellini can I confirm that we're waiting for the proposal in Upwork before I can do the hiring task? |
I think you should be on this SO step? |
Ah got it. |
@abekkala, @neil-marcellini, @rushatgabhane, @0xmiroslav Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@neil-marcellini do yo know why this hasn't auto-populated a payment date in the GH title? |
@abekkala That webhook only triggers when there's a new release of the App. Actually that reminds me that we still need to update the package.json in app to use the update version of expensify-common as I mentioned here. @0xmiroslav could you please put up a PR for that update? Sorry about that April. We should only pay after the App PR is merged. Once it is merged the "HOLD for payment" text and the date will show in the title. All you need to do is wait until that date to issue payments. |
The last PR we need got merged and will be deployed soon. |
@abekkala, @Gonals, @neil-marcellini, @rushatgabhane, @0xmiroslav Whoops! This issue is 2 days overdue. Let's get this updated quick! |
The App PR was deployed to production. I'm not sure why the checklist didn't post automatically so here it is. 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:
|
@neil-marcellini it looks like the PR was merged but the payment wasn't updated for title, is that correct? |
Yes |
Looks like that occurred 4 days ago on Nov 25 so payment is on hold until Dec 02 |
Not overdue. payment is today |
Payments were sent to @0xmiroslav , @rushatgabhane and @kerupuksambel We're all set here. Closing Thank you! 🎉 |
I think timeline bonus can be applied here |
@0xmiroslav
Your merge was not within 3 business days. |
@abekkala there was a weekend in between |
ah yes yes, sorry! |
@0xmiroslav @rushatgabhane are to receive a 50% bonus ($125 each) |
@0xmiroslav you've been paid the bonus! 🎉 |
@rushatgabhane you've been paid the bonus! 🎉 |
Thanks |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
The URL title should be trimmed
Actual Result:
The URL title isn't trimmed
Workaround:
unknown
Platform:
Where is this issue occurring?
Version Number: 1.2.24-0
Reproducible in staging?: y
Reproducible in production?: y
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos:
Expensify/Expensify Issue URL:
Issue reported by: @kerupuksambel
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1667742263937549
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: