-
Notifications
You must be signed in to change notification settings - Fork 9.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
Multiple <depends> parameters in widget.xml not allowed #9783
Comments
@milansimek thank you for your report. |
Magento 2.x |
This was issue in both 2.0 and 2.1, we've been using patch to fix this => https://github.com/allanpaiste/magento2-patches/blob/master/Magento_Widget-fix-support-for-multiple-parameter-dependencies.patch |
@milansimek, thank you for your report. |
I'm working on it #SQUASHTOBERFEST |
Internal ticket to track issue progress: MAGETWO-81993 |
The issue has been fixed and delivered to 2.2-develop branch. Will be available in 2.2.2 release |
Hi @milansimek. Thank you for your report.
The fix will be available with the upcoming patch release. |
@magento-engcom-team Great to hear so! |
Preconditions
Steps to reproduce
widgets>widget>parameters
with a<depends>
tag, making it depend on the value of two other parameters as follows:Expected result
Actual result
Way to fix
Update
magento/module-widget/etc/widget.xsd
andmagento/module-widget/etc/widget_file.xsd
In the bottom of the files change this:
Into this:
The text was updated successfully, but these errors were encountered: