From fec5e1acc6644924fd705672db29fe44a9902724 Mon Sep 17 00:00:00 2001 From: leonidastri Date: Wed, 15 Jan 2025 11:31:50 +0100 Subject: [PATCH] feat: comments --- group_manager/static/group_manager/js/group_manager.js | 2 ++ 1 file changed, 2 insertions(+) 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)