Merge branch 'zentaopms_258_bug#29692' into 'master'

* Fix bug #29692.

See merge request easycorp/zentaopms!6190
This commit is contained in:
王怡栋
2022-11-16 07:26:48 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -686,7 +686,7 @@ class execution extends control
unset($this->config->bug->search['fields']['resolvedDate']);
unset($this->config->bug->search['fields']['closedDate']);
unset($this->config->bug->search['fields']['branch']);
if(empty($execution->multiple) && empty($execution->hasProduct)) unset($this->config->bug->search['fields']['plan']);
if(empty($execution->multiple) and empty($execution->hasProduct)) unset($this->config->bug->search['fields']['plan']);
if(empty($project->hasProduct))
{
unset($this->config->bug->search['fields']['product']);