* [task#145542,done,0.1h,0h] Remove project template deliverable.

This commit is contained in:
wangyuting
2025-06-19 13:30:12 +08:00
parent 377bf3c2a4
commit 8524c3fe12
+2
View File
@@ -60,6 +60,8 @@ if($canBatchAction)
$fieldList = $config->project->execution->dtable->fieldList;
$fieldList['status']['statusMap']['changed'] = $lang->task->storyChange;
if(!empty($project->isTpl)) unset($fieldList['deliverable']);
/* waterfall & waterfallplus & ipd model with different edit link. */
if(in_array($project->model, array('waterfall', 'waterfallplus', 'ipd')))
{