From 6f1ef7ab7b1fdace0dbba568cadfdb1c58c7a1a8 Mon Sep 17 00:00:00 2001 From: axman Date: Wed, 24 Mar 2021 08:23:25 -0700 Subject: [PATCH] finished Template Delete process --- Controller/GrouperGroupsController.php | 4 ++++ View/GrouperGroups/emaillistinfo.ctp | 4 ++-- View/GrouperGroups/groupinfo.ctp | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Controller/GrouperGroupsController.php b/Controller/GrouperGroupsController.php index 3657e95..e28a23b 100644 --- a/Controller/GrouperGroupsController.php +++ b/Controller/GrouperGroupsController.php @@ -137,6 +137,8 @@ public function groupInfo() { $this->set('groupergroupssubscribers', array()); $this->Flash->set(_txt('pl.grouperlite.message.flash.group-detail-members-failed'), array('key' => 'error')); } + + $this->set('grouperbaseurl', $this->Session->read('Plugin.Grouper.Api.url')); } /** @@ -554,5 +556,7 @@ public function emaillistInfo() { 'enabled' => 'T', 'attributes' => array() )); + $this->set('grouperbaseurl', $this->Session->read('Plugin.Grouper.Api.url')); + } } diff --git a/View/GrouperGroups/emaillistinfo.ctp b/View/GrouperGroups/emaillistinfo.ctp index 61f6e35..daa4379 100644 --- a/View/GrouperGroups/emaillistinfo.ctp +++ b/View/GrouperGroups/emaillistinfo.ctp @@ -1,7 +1,7 @@ extend('/GrouperGroups/base'); ?> extend('/GrouperGroups/base'); ?> Html->addCrumb('Group configuration'); ?>