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 8e9035c commit 00d4f1cCopy full SHA for 00d4f1c
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