This commit is contained in:
tianshujie
2024-04-25 17:04:24 +08:00
committed by caoyanyi
parent 180994a1b4
commit e6c607fa5f
+1 -1
View File
@@ -188,7 +188,7 @@ if(!isAjaxRequest('modal'))
->items(empty(data('features.story')) ? array('toTaskList' => $lang->task->afterChoices['toTaskList']) : $config->task->afterOptions);
}
if(!empty(data('features.story'))) $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'));
/* Set hidden control. */
$fields->field('storyEstimate')