* Hide the plan field on the linkStory page of the execution module.
This commit is contained in:
@@ -2248,7 +2248,7 @@ class executionModel extends model
|
||||
{
|
||||
unset($this->config->product->search['fields']['product']);
|
||||
|
||||
if($project->model == 'kanban') unset($this->config->product->search['fields']['plan']);
|
||||
if($project->model != 'kanban') unset($this->config->product->search['fields']['plan']);
|
||||
}
|
||||
|
||||
$this->loadModel('search')->setSearchParams($this->config->product->search);
|
||||
|
||||
Reference in New Issue
Block a user