This commit is contained in:
王怡栋
2022-04-21 15:38:33 +08:00
parent 21c0fbb067
commit 7ae35d4a12
6 changed files with 112 additions and 41 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ class programplan extends control
$selectCustom = $this->loadModel('setting')->getItem("owner={$owner}&module={$module}&section={$section}&key={$object}");
if(strpos($selectCustom, 'date') !== false) $dateDetails = 0;
$plans = $this->programplan->getDataForGantt($projectID, $this->productID, $baselineID);
$plans = $this->programplan->getDataForGantt($projectID, $this->productID, $baselineID, $selectCustom, false);
}
if($type == 'lists')