Skip to content

Commit 4aa894e

Browse files
committed
MAGETWO-99361: Missing categories in URL rewrites category tree
1 parent ca5e527 commit 4aa894e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ define([
8282
* @returns {Array}
8383
* @private
8484
*/
85-
_convertDataNodes(nodes)
86-
{
85+
_convertDataNodes: function (nodes) {
8786
var nodesData = [];
8887

8988
nodes.forEach(function(node) {

0 commit comments

Comments
 (0)