* [refac bug #61087] init hide selectTestStory field.

This commit is contained in:
wangyidong
2025-05-13 17:06:30 +08:00
committed by 刘刚
parent 673778f769
commit f1819fcd36
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ if(!isAjaxRequest('modal'))
->items(empty(data('features.story')) ? array('toTaskList' => $lang->task->afterChoices['toTaskList']) : $config->task->afterOptions);
}
if(!empty(data('features.story')) && empty(data('storyID'))) $fields->field('type')->checkbox(array('text' => $lang->task->selectTestStory, 'name' => 'selectTestStory'));
if(!empty(data('features.story')) && empty(data('storyID'))) $fields->field('type')->checkbox(array('text' => $lang->task->selectTestStory, 'name' => 'selectTestStory', 'typeClass' => 'hidden checkbox'));
/* Set hidden control. */
$fields->field('storyEstimate')