From aa50f469842b9687c74df8765d72241e6e37d32c Mon Sep 17 00:00:00 2001 From: David Stirling Date: Fri, 20 Sep 2024 16:35:30 +0100 Subject: [PATCH 1/2] 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 %} Date: Fri, 1 Nov 2024 13:33:09 +0000 Subject: [PATCH 2/2] Changes from @will-moore --- .../webclient/base/includes/group_user_content.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 6d69a37316..37ba50f92a 100644 --- a/omeroweb/webclient/templates/webclient/base/includes/group_user_content.html +++ b/omeroweb/webclient/templates/webclient/base/includes/group_user_content.html @@ -28,10 +28,10 @@ {% for grp in myGroups %}
  • - {% if grp.id == active_group.id %} - + {% if grp.id == ome.active_group %} + {% else %} - + {% endif %} - +