Skip to content

Commit a28cf3e

Browse files
author
OlgaVasyltsun
committed
MAGETWO-96925: Fixed incorrect template rendering
1 parent 0965809 commit a28cf3e

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Categories.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ protected function getCategoriesTree($filter = null)
336336

337337
$categoryById[$category->getId()]['is_active'] = $category->getIsActive();
338338
$categoryById[$category->getId()]['label'] = $category->getName();
339+
$categoryById[$category->getId()]['__disableTmpl'] = true;
339340
$categoryById[$category->getParentId()]['optgroup'][] = &$categoryById[$category->getId()];
340341
}
341342

0 commit comments

Comments
 (0)