Merge branch 'release/21.7.6' into feature/workflowgroup
This commit is contained in:
@@ -380,16 +380,6 @@ class programplanZen extends programplan
|
||||
*/
|
||||
protected function buildStages(int $projectID, int $productID, int $baselineID, string $type, string $orderBy, string $browseType = '', int $queryID = 0): array
|
||||
{
|
||||
/* Get data of type. */
|
||||
if($type == 'lists')
|
||||
{
|
||||
$sort = common::appendOrder($orderBy);
|
||||
$stages = $this->programplan->getPlans($projectID, $productID, $sort);
|
||||
$this->view->dateDetails = $dateDetails;
|
||||
|
||||
return $stages;
|
||||
}
|
||||
|
||||
/* Obtain user page configuration items. */
|
||||
$this->loadModel('setting');
|
||||
$owner = $this->app->user->account;
|
||||
|
||||
Reference in New Issue
Block a user