* [bug#63539,done,0.5h,0h] Remove execution template deliverable field.
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user