Merge branch 'release/21.7.6' into feature/workflowgroup

This commit is contained in:
sunguangming
2025-10-14 04:13:23 +00:00
6009 changed files with 348291 additions and 60316 deletions
-10
View File
@@ -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;