From c881b29ee9a7f219231bd7cd6279ad5301be8338 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Fri, 4 Aug 2023 10:00:03 -0700 Subject: [PATCH] Updates for bug fixes --- Lib/lang.php | 2 +- View/GrouperGroups/index.ctp | 19 ++-- webroot/js/grouper-groups-view.js | 147 ------------------------------ webroot/js/groups.js | 8 +- webroot/js/members.js | 10 +- webroot/js/page/GroupMember.js | 2 +- 6 files changed, 17 insertions(+), 171 deletions(-) diff --git a/Lib/lang.php b/Lib/lang.php index fa4bae6..bcae1dd 100644 --- a/Lib/lang.php +++ b/Lib/lang.php @@ -166,5 +166,5 @@ 'pl.grouperlite.working-groups.zero-state' => 'None.', 'pl.grouperlite.email-lists.zero-state' => 'No email lists found.', 'pl.grouperlite.members.noaccess' => 'You do not have access to view memberships.', - 'pl.grouperlite.members.empty' => 'This group has no members.' + 'pl.grouperlite.members.empty' => 'This group has no member OR you are not authorized to see the members of this group.' ); \ No newline at end of file diff --git a/View/GrouperGroups/index.ctp b/View/GrouperGroups/index.ctp index 8e40978..8d28873 100644 --- a/View/GrouperGroups/index.ctp +++ b/View/GrouperGroups/index.ctp @@ -2,26 +2,19 @@ extend('/GrouperGroups/base'); ?> Html->script('GrouperLite.vue-router.js'); ?> Html->addCrumb(_txt('pl.grouperlite.nav.memberships')); ?> - + -
Html->image('GrouperLite.Grouper.jpg', array('class' => 'img-fluid mr-2', 'style' => 'height: 50px')); ?>