Merge branch 'sprint/196' into 'master'
Sprint/196 See merge request easycorp/zentaopms!3677
This commit is contained in:
@@ -52,8 +52,9 @@ class program extends control
|
||||
}
|
||||
else
|
||||
{
|
||||
$topPrograms = $this->program->getList($status, $orderBy, $pager, 'top');
|
||||
$programs = $this->program->getList($status, $orderBy, null, 'child', $topPrograms);
|
||||
/* Get pager for top program and projects whithout program. */
|
||||
$this->program->getList($status, $orderBy, $pager, 'top');
|
||||
$programs = $this->program->getList($status, $orderBy);
|
||||
|
||||
/* Get summary. */
|
||||
$topCount = $indCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user