diff --git a/group_manager/static/group_manager/js/group_manager.js b/group_manager/static/group_manager/js/group_manager.js index 0221345c..201f5cb7 100644 --- a/group_manager/static/group_manager/js/group_manager.js +++ b/group_manager/static/group_manager/js/group_manager.js @@ -499,6 +499,8 @@ async function processImportedRow (row) { } $('#group-list').html(html) + // Get the selected group if exists and reselect it to get the changes. + // If no active group, no group is selected. const activeGroupName = Yoda.storage.session.get('selected-group'); if (activeGroupName) { Yoda.groupManager.selectGroup(activeGroupName)