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 96556fc commit 2d14130Copy full SHA for 2d14130
app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/widget/tree.phtml
@@ -12,8 +12,6 @@
12
<?php
13
$isUseMassAction = $block->getUseMassaction() ? 1 : 0;
14
$isAnchorOnly = $block->getIsAnchorOnly() ? 1 : 0;
15
-$intCategoryId = (int)$block->getCategoryId();
16
-$intRootId = (int) $block->getRoot()->getId();
17
$scriptString = <<<script
18
19
require(['jquery', 'jquery/jstree/jquery.jstree'], function($) {
0 commit comments