* Fix details.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<canvas width='400' height='120' data-responsive='true'></canvas>
|
||||
</div>
|
||||
</div>
|
||||
<div class='chart-unit'><?php echo "({$lang->project->workHour})";?></div>
|
||||
<div class='chart-unit'><?php echo "({$lang->hourCommon})";?></div>
|
||||
<div class='chart-legend'>
|
||||
<span class="barline line-pv">PV</span>
|
||||
<span class="barline line-ev">EV</span>
|
||||
|
||||
@@ -2305,6 +2305,7 @@ class storyModel extends model
|
||||
{
|
||||
if(defined('TUTORIAL')) return $this->loadModel('tutorial')->getProjectStories();
|
||||
|
||||
if(!$projectID) return array();
|
||||
$project = $this->dao->findById($projectID)->from(TABLE_PROJECT)->fetch();
|
||||
|
||||
$type = strtolower($type);
|
||||
|
||||
Reference in New Issue
Block a user