-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Back port pull 20617 #21598
Back port pull 20617 #21598
Conversation
2.2 develop
2.2 develop
…ce. Fix module and models name pattern for product_types_base.xsd, product_options.xsd, import.xsd, export.xsd. Adjust unit tests, related to these files
Hi @lisovyievhenii. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @orlangur, thank you for the review. |
✔️ QA Passed |
Hi @lisovyievhenii, thank you for your contribution! |
Original Pull Request
Backport of #20617
Description
The files
product_types_base.xsd
,product_options.xsd
,import.xsd
,export.xsd
doesn't allow modules with the numbers in the name.Fixed Issues
#14882:
product_types.xml
doesn't allow numbers inmodelInstance
Manual testing scenarios
Have a module with numbers in Vendor's or module's name.
Create
product_types.xml
or any other file, mentioned above.AR: XSD validation error that
modelName
is invalid.