Index: branches/RC/core/admin_templates/catalog/catalog_counters.tpl =================================================================== diff -u -r11644 -r11750 --- branches/RC/core/admin_templates/catalog/catalog_counters.tpl (.../catalog_counters.tpl) (revision 11644) +++ branches/RC/core/admin_templates/catalog/catalog_counters.tpl (.../catalog_counters.tpl) (revision 11750) @@ -20,11 +20,5 @@ -var $menu_frame = getFrame('menu'); - - - $menu_frame.ReloadFolder('', true); - - - -$menu_frame.SyncActive(''); \ No newline at end of file + + \ No newline at end of file Index: branches/RC/core/admin_templates/catalog_tab.tpl =================================================================== diff -u -r11724 -r11750 --- branches/RC/core/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 11724) +++ branches/RC/core/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 11750) @@ -38,16 +38,8 @@ $Catalog.setCurrentCategory('', ); $Catalog.saveSearch('', '', ''); - /* // makes js error in selectors - var $menu_frame = getFrame('menu'); - - - $menu_frame.ReloadFolder('', true); - - + - $menu_frame.SyncActive('');*/ - Index: branches/RC/core/units/categories/categories_event_handler.php =================================================================== diff -u -r11724 -r11750 --- branches/RC/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 11724) +++ branches/RC/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 11750) @@ -1225,6 +1225,7 @@ } $this->clearSelectedIDs($event); + $this->Application->StoreVar('RefreshStructureTree', 1); } /** @@ -1783,6 +1784,7 @@ } $this->clearSelectedIDs($event); + $this->Application->StoreVar('RefreshStructureTree', 1); } /** Index: branches/RC/core/admin_templates/categories/ci_blocks.tpl =================================================================== diff -u -r11711 -r11750 --- branches/RC/core/admin_templates/categories/ci_blocks.tpl (.../ci_blocks.tpl) (revision 11711) +++ branches/RC/core/admin_templates/categories/ci_blocks.tpl (.../ci_blocks.tpl) (revision 11750) @@ -67,4 +67,18 @@ + + + + var $menu_frame = getFrame('menu'); + + + + $menu_frame.ReloadFolder('', true); + + + + + + $menu_frame.SyncActive(''); \ No newline at end of file