Merge branch 'sprint/185_tanghucheng_fixbug' into 'sprint/185'

* Fix bug #19898,20028.

See merge request easycorp/zentaopms!1981
This commit is contained in:
王怡栋
2022-02-25 05:45:43 +00:00
2 changed files with 2 additions and 2 deletions
@@ -138,7 +138,7 @@ class product extends control
$actionURL = $this->createLink($rawModule, $rawMethod, $params . "productID=$productID&branch=$branch&browseType=bySearch&queryID=myQueryID&storyType=$storyType");
$this->config->product->search['onMenuBar'] = 'yes';
$this->product->buildSearchForm($productID, $this->products, $queryID, $actionURL, $branch);
$this->product->buildSearchForm(0, $this->products, $queryID, $actionURL, $branch);
$showModule = !empty($this->config->datatable->productBrowse->showModule) ? $this->config->datatable->productBrowse->showModule : '';
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$config->story->list->exportFields = '
id, module, title, spec, verify, keywords,
id, module, title, spec, keywords,
pri, estimate, status,
openedBy, openedDate, assignedTo, assignedDate, mailto,
reviewedBy, reviewedDate,