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 eabc6d1 commit e965725Copy full SHA for e965725
app/code/Magento/Catalog/Block/Adminhtml/Category/Tree.php
@@ -393,7 +393,7 @@ protected function _getNodeJson($node, $level = 0)
393
$item['store'] = (int)$this->getStore()->getId();
394
$item['path'] = $node->getData('path');
395
if(!$node->getIsActive()){
396
- $item['li_attr'] = ['class' => 'disabled-category'];
+ $item['a_attr'] = ['class' => 'disabled-category'];
397
}
398
$item['cls'] = 'folder ' . ($node->getIsActive() ? 'active-category' : 'no-active-category');
399
//$item['allowDrop'] = ($level<3) ? true : false;
0 commit comments