Index: branches/5.1.x/core/units/groups/groups_event_handler.php =================================================================== diff -u -N -r13750 -r13915 --- branches/5.1.x/core/units/groups/groups_event_handler.php (.../groups_event_handler.php) (revision 13750) +++ branches/5.1.x/core/units/groups/groups_event_handler.php (.../groups_event_handler.php) (revision 13915) @@ -1,6 +1,6 @@ Application->StoreVar('refresh_tree', 1); + } } \ No newline at end of file Index: branches/5.1.x/core/admin_templates/groups/groups_list.tpl =================================================================== diff -u -N -r13140 -r13915 --- branches/5.1.x/core/admin_templates/groups/groups_list.tpl (.../groups_list.tpl) (revision 13140) +++ branches/5.1.x/core/admin_templates/groups/groups_list.tpl (.../groups_list.tpl) (revision 13915) @@ -62,5 +62,10 @@ \ No newline at end of file Index: branches/5.1.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r13903 -r13915 --- branches/5.1.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 13903) +++ branches/5.1.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 13915) @@ -1,6 +1,6 @@ setData(); } else { - // all done -> redirect + // all done, update left tree and redirect $updater->SaveData(); - $this->Application->RemoveVar('PermCache_UpdateRequired'); - $this->Application->Redirect($params['destination_template']); + $this->Application->RemoveVar('PermCache_UpdateRequired'); + $this->Application->StoreVar('RefreshStructureTree', 1); + $this->Application->Redirect($params['destination_template']); } $ret = $updater->getDonePercent();