Skip to content

Commit b223f6d

Browse files
author
Mykhailo Miroshnikov
committed
MAGETWO-31191: Page JS dependencies optimization
- Add triggering 'contentUpdated' event to category/edit.phtml
1 parent 07a0bff commit b223f6d

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/category

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ require([
8989
$('.page-actions').floatingHeader({
9090
'title': '.category-edit-title'
9191
});
92+
$('body').trigger('contentUpdated');
9293
try {
9394
if (refreshTree) {
9495
window.refreshTreeArea();

0 commit comments

Comments
 (0)