From 2ba474e4a4ad75912f46884e07349cdb2ea7c603 Mon Sep 17 00:00:00 2001 From: liuhong Date: Mon, 6 Feb 2023 02:37:22 +0000 Subject: [PATCH] * Adjust Ticket 330. --- module/caselib/view/batchcreatecase.html.php | 8 ++++---- module/caselib/view/createcase.html.php | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/module/caselib/view/batchcreatecase.html.php b/module/caselib/view/batchcreatecase.html.php index d1d8a5cbb8..a644451b5b 100644 --- a/module/caselib/view/batchcreatecase.html.php +++ b/module/caselib/view/batchcreatecase.html.php @@ -28,10 +28,10 @@ '>testcase->module;?> testcase->title;?> testcase->type;?> - testcase->pri;?> - testcase->precondition;?> - testcase->keywords;?> - testcase->stage;?> + '>testcase->pri;?> + '>testcase->precondition;?> + '>testcase->keywords;?> + '>testcase->stage;?> diff --git a/module/caselib/view/createcase.html.php b/module/caselib/view/createcase.html.php index 1dcaed2fc1..9e8f5ada7b 100644 --- a/module/caselib/view/createcase.html.php +++ b/module/caselib/view/createcase.html.php @@ -55,7 +55,7 @@ testcase->type;?> testcase->typeList, $type, "class='form-control chosen'");?> - + testcase->create->requiredFields, 'stage') ? ' class="required"' : '';?>>
testcase->stage?> testcase->stageList, $stage, "class='form-control chosen' multiple='multiple'");?> @@ -101,11 +101,12 @@ + testcase->create->requiredFields, 'pri') ? 'required' : '';?>
- @@ -116,7 +117,7 @@ testcase->precondition;?> - + testcase->create->requiredFields, 'precondition') ? ' class="required"' : '';?>> testcase->steps;?> @@ -189,7 +190,7 @@ testcase->keywords;?> - + testcase->create->requiredFields, 'keywords') ? ' class="required"' : '';?>>