From b223f6d55cb3315ebf25bc250db80885ec569f54 Mon Sep 17 00:00:00 2001
From: Mykhailo Miroshnikov <mmiroshnikov@ebay.com>
Date: Fri, 23 Jan 2015 12:06:45 +0200
Subject: [PATCH] MAGETWO-31191: Page JS dependencies optimization

 - Add triggering 'contentUpdated' event to category/edit.phtml
---
 .../Catalog/view/adminhtml/templates/catalog/category/edit.phtml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit.phtml b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit.phtml
index 4f13628e449..5a4af148c0f 100644
--- a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit.phtml
+++ b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit.phtml
@@ -89,6 +89,7 @@ require([
                         $('.page-actions').floatingHeader({
                             'title': '.category-edit-title'
                         });
+                        $('body').trigger('contentUpdated');
                         try {
                             if (refreshTree) {
                                 window.refreshTreeArea();
-- 
GitLab