Admin: Update 'User groups' in sidemenu tree when a group change is pushed

This commit is contained in:
nathan 2022-10-19 11:14:49 -06:00
parent 1aa87138a2
commit 3c4b709e52

View File

@ -340,6 +340,10 @@ class AdminApp extends EgwApp
else if(pushData.app == this.appname && pushData.id < 0)
{
this.groups.refresh(pushData.id, pushData.type);
if(this.tree)
{
this.tree.refreshItem('/groups');
}
}
else if(pushData.app == "api-cats" && etemplate2.getByTemplate(cat_template).length == 1)
{