From 9fb52b6794dc8d7951584cd43a4f54c9537f4685 Mon Sep 17 00:00:00 2001 From: axman Date: Thu, 17 Dec 2020 15:04:47 -0700 Subject: [PATCH] fix hidden input field --- Controller/GrouperGroupsController.php | 1 - View/Elements/Components/optAction.ctp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Controller/GrouperGroupsController.php b/Controller/GrouperGroupsController.php index 9fee013..b0606e2 100644 --- a/Controller/GrouperGroupsController.php +++ b/Controller/GrouperGroupsController.php @@ -9,7 +9,6 @@ class GrouperGroupsController extends GrouperLiteAppController public $components = array('Flash'); public $name = 'GrouperGroups'; - public $userId = 'ryan.mathis@at.internet2.edu'; public function index() { return $this->redirect( diff --git a/View/Elements/Components/optAction.ctp b/View/Elements/Components/optAction.ctp index ba7a348..b80be2e 100644 --- a/View/Elements/Components/optAction.ctp +++ b/View/Elements/Components/optAction.ctp @@ -1,7 +1,7 @@ Form->create(false, array( 'url' => array('controller' => 'groupergroups', 'action' => $action) )); ?> - +Form->hidden('GroupName', array('default' => $group)); ?>