From aa50f469842b9687c74df8765d72241e6e37d32c Mon Sep 17 00:00:00 2001 From: David Stirling Date: Fri, 20 Sep 2024 16:35:30 +0100 Subject: [PATCH] Allow users to click a group name to show all users in that group --- .../webclient/base/includes/group_user_content.html | 6 +++++- .../webclient/base/includes/group_user_dropdown2.html | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/omeroweb/webclient/templates/webclient/base/includes/group_user_content.html b/omeroweb/webclient/templates/webclient/base/includes/group_user_content.html index 45dfff790e..6d69a37316 100644 --- a/omeroweb/webclient/templates/webclient/base/includes/group_user_content.html +++ b/omeroweb/webclient/templates/webclient/base/includes/group_user_content.html @@ -28,7 +28,11 @@ {% for grp in myGroups %}
  • - + {% if grp.id == active_group.id %} + + {% else %} + + {% endif %}