Merge branch 'master_feedback_1353' into 'master'
* Resolved feedback #1353. See merge request easycorp/zentaopms!6015
This commit is contained in:
@@ -2681,6 +2681,12 @@ class execution extends control
|
||||
$projects = $this->project->getPairsByProgram('', 'noclosed');
|
||||
$executions = $this->execution->getStatData(0, 'all', 0, 0, false, '', 'id_desc');
|
||||
|
||||
foreach($executions as $execution)
|
||||
{
|
||||
$execution->name = htmlspecialchars_decode($execution->name);
|
||||
$execution->team = htmlspecialchars_decode($execution->team);
|
||||
}
|
||||
|
||||
$teams = $this->dao->select('root,account')->from(TABLE_TEAM)
|
||||
->where('root')->in($this->app->user->view->sprints)
|
||||
->andWhere('type')->eq('execution')
|
||||
|
||||
Reference in New Issue
Block a user