From 6d4724a330f157e4f2ad1c46cfed9e3f0d064a0d Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Fri, 14 Mar 2003 09:45:40 +0000 Subject: [PATCH] enabled validation --- presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php index 9e22758..b4a871e 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php @@ -28,6 +28,7 @@ if (checkSession()) { if(!isset($fGroupSet)) { // build first page $oPatternCustom->setHtml(getPage(null,null)); + $main->setHasRequiredFields(true); $main->setFormAction($_SERVER["PHP_SELF"] . "?fGroupSet=1"); } else { // do a check to see both drop downs selected @@ -38,6 +39,7 @@ if (checkSession()) { // if it does'nt ..then go to normal page if($unitLink == false) { $oPatternCustom->setHtml(getPage($fGroupID,$fUnitID)); + $main->setHasRequiredFields(true); $main->setFormAction($_SERVER["PHP_SELF"] . "?fGroupSet=1&fGroupAssign=1"); } else { //if it does...then go to failure page -- libgit2 0.21.4