* Finish task #64877.

This commit is contained in:
zhouxudong
2022-08-15 12:59:27 +00:00
parent ab83e773d9
commit c322d1cea5
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -472,6 +472,8 @@ class task extends control
$position[] = $this->lang->task->batchCreate;
if($taskID) $this->view->parentTitle = $this->dao->select('name')->from(TABLE_TASK)->where('id')->eq($taskID)->fetch('name');
if($taskID) $this->view->parentPri = $this->dao->select('pri')->from(TABLE_TASK)->where('id')->eq($taskID)->fetch('pri');
$this->view->title = $title;
$this->view->position = $position;
+1 -1
View File
@@ -114,7 +114,7 @@ $colspan = count($visibleFields) + 3;
$currentStory = $type = $member = $moduleID = 'ditto';
}
?>
<?php $pri = 3;?>
<?php $pri = $parent ? $parentPri : 3;?>
<tr>
<td class='text-left c-id'><?php echo $i;?></td>
<td class="<?php echo zget($visibleFields, 'module', 'hidden')?> moduleBox" style='overflow:visible'>