SEBSERV-427 comments

This commit is contained in:
anhefti 2024-01-31 16:54:32 +01:00
parent 75c559d01a
commit b8a7ab279e

View file

@ -431,8 +431,7 @@ public final class ClientConnectionTable implements FullPageMonitoringGUIUpdate
}
private void sortTable() {
// SEBSERV-427 get all selected indices here and
// SEBSERV-427 get all selected indices here and store connectionTokens for selection in Set
this.sortList.clear();
this.sortList.addAll(this.tableMapping.values());
@ -443,6 +442,8 @@ public final class ClientConnectionTable implements FullPageMonitoringGUIUpdate
final UpdatableTableItem item = iterator.next();
this.tableMapping.put(item.connectionId, item);
}
// SEBSERV-427 apply selected connectionTokens back to table index selection
}
private void notifySelectionChange() {