* [task#142740,done,0.2h] finish task.

This commit is contained in:
sunguangming
2025-05-06 09:50:11 +08:00
committed by 刘刚
parent 541b858703
commit 42c2b07f39
+6
View File
@@ -484,6 +484,12 @@ class projectZen extends project
$this->view->programID = $programID;
$this->view->disableParent = $disableParent;
$this->view->groups = $this->loadModel('group')->getPairs();
if(in_array($this->config->edition, array('max', 'ipd')) && $this->project->checkUploadedDeliverable($project))
{
$this->view->disableModel = true;
}
$this->display();
}