* [bug#126066,done,1h] Display plan.

This commit is contained in:
daitingting
2024-08-22 09:32:10 +08:00
committed by 綦新志
parent 8f958e4332
commit b0b162ad68
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -5,7 +5,6 @@ global $lang, $config;
$fields = defineFieldList('execution.create');
$project = data('project');
$from = data('from');
$hidden = empty($project->hasProduct) ? 'hidden' : '';
$isStage = isset($project->model) && in_array($project->model, array('waterfall', 'waterfallplus'));
$isKanban = data('isKanban');
$showExecutionExec = ($from == 'execution' || $from == 'doc');
@@ -78,7 +77,6 @@ $fields->field('percent')
$fields->field('productsBox')
->width('full')
->className($hidden)
->control(array
(
'control' => 'productsBox',