From 3c4b709e52ef072d9230a7ba5824c01ba85649a3 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 19 Oct 2022 11:14:49 -0600 Subject: [PATCH] Admin: Update 'User groups' in sidemenu tree when a group change is pushed --- admin/js/app.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/js/app.ts b/admin/js/app.ts index ff0e756262..bdbdfb850e 100644 --- a/admin/js/app.ts +++ b/admin/js/app.ts @@ -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) {