-
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 2024-11-14] [$250] Bank account - Website in upper-case letters is accepted despite validation error #52096
Comments
Triggered auto assignment to @Julesssss ( |
Triggered auto assignment to @abekkala ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 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:
|
Offending PR: #51545 We convert the url to lowercase when checking inside the validation function
it should be: if (values.website && !ValidationUtils.isValidWebsite(values.website)) { |
I will raise PR for this, probably in a hour or two. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Bank account - Website in upper-case letters is accepted despite validation error What is the root cause of that problem?Offending PR when we validate website link we convert the url to lowercase and add
What changes do you think we should make in order to solve the problem?we should check if it starts with
What alternative solutions did you explore? (Optional) |
Job added to Upwork: https://www.upwork.com/jobs/~021854108988948033314 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @suneox ( |
Thanks |
@ahmedGaber93 will be the C+ here. |
@ahmedGaber93, should we remove the App/src/libs/ValidationUtils.ts Lines 244 to 251 in 9177e2a
|
@ahmedGaber93, PR is ready^, I fixed also fixed this issue in the same PR. |
Fix was CP'd, asked for a retest here. |
Fixed here: #52155 (comment) |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.58-2 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 2024-11-14. 🎊 For reference, here are some details about the assignees on this issue:
|
@suneox / @ahmedGaber93 @abekkala The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.59-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 2024-11-18. 🎊 For reference, here are some details about the assignees on this issue:
|
@suneox / @ahmedGaber93 @abekkala The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
@Julesssss & @ahmedGaber93 To me the payouts appear to be:
Which differs from the melvin message above |
@abekkala, this was a regression, so no payment needed here. |
aaaah ok ok - thanks @Krishna2323 |
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: 9.0.58-0
Reproducible in staging?: Y
Reproducible in production?: N
Email or phone of affected tester (no customers): applausetester+kh2610001@applause.expensifail.com
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
App will not proceed to the next page because the error mentions that the website must be in lower-case letters (production behavior).
Actual Result:
App proceeds to the next page when using upper-case letters despite the error.
The error message should be updated if this is the expected behavior.
The same validation message also happens in Invoice company website page.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6656059_1730858126541.20241106_095110.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @abekkalaThe text was updated successfully, but these errors were encountered: