* [task#142086,doing,1h,3h] Check if deliverable has been uploaded when edit stage.

This commit is contained in:
wangyuting
2025-04-28 10:11:15 +08:00
committed by 刘刚
parent 8254c686cf
commit 8b7bc2e89c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ formPanel
(
setID('attributeType'),
setClass('flex self-center w-full'),
$enableOptionalAttr ? picker
$enableOptionalAttr && empty($plan->hasDeliverable) ? picker
(
setID('attribute'),
set::name('attribute'),
+1 -1
View File
@@ -279,7 +279,7 @@ class programplanZen extends programplan
* @access protected
* @return void
*/
protected function buildEditView(object $plan)
public function buildEditView(object $plan)
{
$this->loadModel('project');
$this->loadModel('execution');