This commit is contained in:
wangxuepeng
2024-01-08 16:54:25 +08:00
parent a9f908313f
commit 42bf559e8a
+1
View File
@@ -666,6 +666,7 @@ class bugModel extends model
*/
public function buildSearchForm(int $productID, array $products, int $queryID, string $actionURL, string $branch = '0'): void
{
if(commonModel::isTutorialMode()) return;
$projectID = $this->lang->navGroup->bug == 'qa' ? 0 : $this->session->project;
/* Get product params. */