File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/checkboxes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
"categoryCheckboxTree": {
21
21
"dataUrl": "<?= $ block ->escapeUrl ($ block ->getLoadTreeUrl ()) ?> ",
22
22
"divId": "<?= /* @noEscape */ $ divId ?> ",
23
- "rootVisible": <?= /* @noEscape */ $ block -> getRoot ()-> getIsVisible () ? ' true ' : ' false ' ?> ,
23
+ "rootVisible": false,
24
24
"useAjax": <?= $ block ->escapeHtml ($ block ->getUseAjax ()) ?> ,
25
25
"currentNodeId": <?= (int )$ block ->getCategoryId () ?> ,
26
26
"jsFormObject": "<?= /* @noEscape */ $ block ->getJsFormObject () ?> ",
27
27
"name": "<?= $ block ->escapeHtml ($ block ->getRoot ()->getName ()) ?> ",
28
28
"checked": "<?= $ block ->escapeHtml ($ block ->getRoot ()->getChecked ()) ?> ",
29
29
"allowdDrop": <?= /* @noEscape */ $ block ->getRoot ()->getIsVisible () ? 'true ' : 'false ' ?> ,
30
30
"rootId": <?= (int )$ block ->getRoot ()->getId () ?> ,
31
- "expanded": <?= ( int ) $ block -> getIsWasExpanded () ?> ,
31
+ "expanded": true ,
32
32
"categoryId": <?= (int )$ block ->getCategoryId () ?> ,
33
33
"treeJson": <?= /* @noEscape */ $ block ->getTreeJson () ?>
34
34
}
You can’t perform that action at this time.
0 commit comments