Merge branch 'fixbug' into 'master'
* Fix bug #23354. See merge request easycorp/zentaopms!4203
This commit is contained in:
@@ -1 +0,0 @@
|
||||
<?php include $this->app->getExtensionRoot() . 'biz/leave/ext/view/' . basename(__FILE__);?>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<?php include $this->app->getExtensionRoot() . 'biz/leave/ext/view/' . basename(__FILE__);?>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<?php include $this->app->getExtensionRoot() . 'biz/leave/ext/view/' . basename(__FILE__);?>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<?php include $this->app->getExtensionRoot() . 'biz/leave/ext/view/' . basename(__FILE__);?>
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
<td><?php common::printLink('product', 'browse', "productID=$story->product&branch=$story->branch", $branches[$story->branch], '', "data-app='product'");?></td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<?php if($this->config->vision != 'lite'):?>
|
||||
<tr>
|
||||
<th><?php echo $lang->story->module;?></th>
|
||||
<?php
|
||||
@@ -101,6 +102,7 @@
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<tr>
|
||||
<th><?php echo $lang->story->source;?></th>
|
||||
<td id='source'><?php echo $story->source ? $lang->story->sourceList[$story->source] : $lang->noData;?></td>
|
||||
|
||||
@@ -593,7 +593,7 @@ class todo extends control
|
||||
{
|
||||
$issues = $this->loadModel('issue')->getUserIssuePairs($account);
|
||||
$risks = $this->loadModel('risk')->getUserRiskPairs($account);
|
||||
$opportunities = $this->loadModel('opprotunity')->getUserOpportunityPairs($account);
|
||||
$opportunities = $this->loadModel('opportunity')->getUserOpportunityPairs($account);
|
||||
}
|
||||
$testTasks = $this->loadModel('testtask')->getUserTesttaskPairs($account);
|
||||
if(isset($this->config->qcVersion)) $reviews = $this->loadModel('review')->getUserReviewPairs($account, 0, 'wait');
|
||||
|
||||
Reference in New Issue
Block a user