From 3873c6a416a494dcac5ecda00528d862fa47b8d4 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 1 Apr 2025 20:24:29 +0100 Subject: [PATCH] don't render groups --- static/js/documentInfoView.leftovers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/documentInfoView.leftovers.js b/static/js/documentInfoView.leftovers.js index 7b3721e..35b0d03 100644 --- a/static/js/documentInfoView.leftovers.js +++ b/static/js/documentInfoView.leftovers.js @@ -515,7 +515,8 @@ pandora.ui.documentInfoView = function(data, isMixed) { } // User and Groups --------------------------------------------------------- if (!isMultiple && pandora.hasCapability('canManageUsers', pandora.user.level)) { - ['user', 'groups'].forEach(function(key) { + //['user', 'groups'].forEach(function(key) { + ['user'].forEach(function(key) { var $input; (canEdit || data[key] && data[key].length) && $('
') .css({marginBottom: '4px'})