* Finish task #64877.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user