From c38ab709e60aab3d59cb8e80e34213559cf23fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Wed, 8 Jan 2014 17:06:29 +0100 Subject: [PATCH] Feature #2570: Fix bug, after a group is create Group.list is called --- src/sunstone/public/js/plugins/groups-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/js/plugins/groups-tab.js b/src/sunstone/public/js/plugins/groups-tab.js index 7b2edbdf69..5e697662f8 100644 --- a/src/sunstone/public/js/plugins/groups-tab.js +++ b/src/sunstone/public/js/plugins/groups-tab.js @@ -397,7 +397,7 @@ var group_actions = { $create_group_dialog.empty(); setupCreateGroupDialog(); - addGroupElement(); + Sunstone.runAction("Group.list"); }, error : onError, notify: true