* Hide the plan field on the linkStory page of the execution module.

This commit is contained in:
liugang
2022-10-11 10:14:04 +08:00
parent 3057b55576
commit d808b28d2e
3 changed files with 3 additions and 16 deletions
+1 -1
View File
@@ -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);