* code for task #12372.

This commit is contained in:
z
2020-09-03 16:32:39 +08:00
parent 442d4bedad
commit 40dbb5b53a
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
<th><?php echo $lang->task->status;?></th>
<td><?php echo html::hidden('status', 'wait');?></td>
</tr>
<?php $this->printExtendFields('', 'table');?>
<?php $this->printExtendFields('', 'table', 'columns=3');?>
<?php if(strpos(",$showFields,", ',story,') !== false and $config->global->flow != 'onlyTask' and $project->type != 'ops'):?>
<tr>
<th><?php echo $lang->task->story;?></th>