1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00

Feature #2570: Fix bug, after a group is create Group.list is called

This commit is contained in:
Carlos Martín 2014-01-08 17:06:29 +01:00
parent f1f2ded8e9
commit c38ab709e6

View File

@ -397,7 +397,7 @@ var group_actions = {
$create_group_dialog.empty();
setupCreateGroupDialog();
addGroupElement();
Sunstone.runAction("Group.list");
},
error : onError,
notify: true