We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371f30a commit 480e5bfCopy full SHA for 480e5bf
app/code/Magento/PageBuilder/view/adminhtml/web/js/form/provider/conditions-data-processor.js
@@ -44,7 +44,7 @@ define([
44
pairs['parameters[' + attribute + '][1][type]'] = "Magento\\CatalogWidget\\Model\\Rule\\Condition\\Combine";
45
pairs['parameters[' + attribute + '][1][value]'] = "1";
46
pairs['parameters[' + attribute + '][1--1][attribute]'] = data.condition_option;
47
- pairs['parameters[' + attribute + '][1--1][value]'] = data[data.condition_option];
+ pairs['parameters[' + attribute + '][1--1][value]'] = data[data.condition_option].trim();
48
}
49
50
if (!_.isEmpty(pairs)) {
0 commit comments