Skip to content

Commit d78e604

Browse files
committed
MAGETWO-92883: Category hierarchy isn't updated on Product Admin page
1 parent 0c97e63 commit d78e604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Category/RefreshPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function execute()
4141
return $resultJson->setData([
4242
'id' => $categoryId,
4343
'path' => $category->getPath(),
44-
'parentId' => $category->getParentID(),
44+
'parentId' => $category->getParentId(),
4545
]);
4646
}
4747
}

0 commit comments

Comments
 (0)