* [bug#63539,done,0.5h,0h] Remove execution template deliverable field.

This commit is contained in:
wangyuting
2025-06-23 10:12:02 +08:00
parent 10b8f32b1e
commit 26f53ff81d
+6
View File
@@ -211,6 +211,12 @@ class datatable extends control
if(!$execution->hasProduct) unset($cols['branch']);
}
if($module == 'project' && $method == 'execution')
{
$project = $this->datatable->fetchByID($this->session->project, 'project');
if(!empty($project->isTpl)) unset($cols['deliverable']);
}
if($extra == 'unsetStory' && isset($cols['story'])) unset($cols['story']);
if($this->config->edition == 'ipd' && $module == 'product' && $method == 'browse' && $extra == 'story') unset($cols['roadmap']);