-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Issue: ready for confirmationReported on 2.4.8-p3Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Description
Preconditions and environment
- Magento version: 2.4.8-p3
Steps to reproduce
Hello,
The customer address validation done in class vendor/magento/module-customer/Model/Validator/Telephone.php does not work as intended if you type no allowed characters.
Steps to reproduce:
- Create a customer account
- Go to address book and create an adress
- Enter
aaaaas Telephone
Expected result
I should have an error message saying the telephone is invalid
Actual result
Address is saved with aaaa as Telephone
Additional information
The validation works if you enter at least one allowed character, some examples:
0aaaa: works as intended, I have the error message,,,,: does not work, I don't have any error message(aaaworks as intended, I have the error message
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Issue: ready for confirmationReported on 2.4.8-p3Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Type
Projects
Status
Ready for Confirmation