* Splice project name for the execution name.
This commit is contained in:
@@ -829,6 +829,9 @@ class screenModel extends model
|
||||
{
|
||||
$execution = $this->execution->getByID($executionID);
|
||||
|
||||
/* Splice project name for the execution name. */
|
||||
$execution->name = $this->loadModel('project')->getByID($execution->project)->name . '--' . $execution->name;
|
||||
|
||||
/* Get date list. */
|
||||
if(((strpos('closed,suspended', $execution->status) === false and helper::today() > $execution->end)
|
||||
or ($execution->status == 'closed' and substr($execution->closedDate, 0, 10) > $execution->end)
|
||||
|
||||
@@ -35,7 +35,8 @@ function initBurnChar()
|
||||
title: {
|
||||
text: execution.name,
|
||||
textStyle: {
|
||||
color: '#a1c4e9'
|
||||
color: '#a1c4e9',
|
||||
fontSize: 15
|
||||
}
|
||||
},
|
||||
tooltip: {
|
||||
|
||||
Reference in New Issue
Block a user