Skip to content

Commit 5564158

Browse files
committed
MAGETWO-99361: Missing categories in URL rewrites category tree
1 parent e01c192 commit 5564158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/category-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ define([
8585
_convertDataNodes: function (nodes) {
8686
var nodesData = [];
8787

88-
nodes.forEach(function(node) {
88+
nodes.forEach(function (node) {
8989
nodesData.push(this._convertData(node));
9090
}, this);
9191

0 commit comments

Comments
 (0)