From 42c2b07f39735ee6b1a57bb34ddbcf78ad6f44b3 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 6 May 2025 00:57:52 +0000 Subject: [PATCH] * [task#142740,done,0.2h] finish task. --- module/project/zen.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/module/project/zen.php b/module/project/zen.php index 414a8478e4..dc54beeaa7 100755 --- a/module/project/zen.php +++ b/module/project/zen.php @@ -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(); }