mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Admin: Update 'User groups' in sidemenu tree when a group change is pushed
This commit is contained in:
parent
1aa87138a2
commit
3c4b709e52
@ -340,6 +340,10 @@ class AdminApp extends EgwApp
|
|||||||
else if(pushData.app == this.appname && pushData.id < 0)
|
else if(pushData.app == this.appname && pushData.id < 0)
|
||||||
{
|
{
|
||||||
this.groups.refresh(pushData.id, pushData.type);
|
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)
|
else if(pushData.app == "api-cats" && etemplate2.getByTemplate(cat_template).length == 1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user