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.
2 parents 10f06c6 + 00d4f1c commit 3a01207Copy full SHA for 3a01207
app/code/Magento/Catalog/view/adminhtml/web/catalog/category/form.js
@@ -57,7 +57,7 @@ define([
57
if (response.error) {
58
alert(response.message);
59
} else {
60
- if (this.element.find(this.options.categoryIdSelector).prop('value') === response.id) {
+ if (this.element.find(this.options.categoryIdSelector).prop('value') == response.id) {
61
this.element.find(this.options.categoryPathSelector)
62
.prop('value', response.path);
63
}
0 commit comments