* [bug#64873] Fix parameter type error.

This commit is contained in:
liugang
2025-08-21 08:38:55 +08:00
committed by tianshujie
parent 8c3cb2b7af
commit ed383f15ec
+1 -1
View File
@@ -443,7 +443,7 @@ class programplanZen extends programplan
{
/* Build the search form. */
$actionURL = $this->createLink('programplan', 'browse', "projectID=$projectID&productID=$productID&type=$type&orderBy=$orderBy&baselineID=$baselineID&browseType=bysearch&queryID=myQueryID");
$this->loadModel('execution')->buildTaskSearchForm($projectID, $productID, $executions, $queryID, $actionURL, 'programplanTask');
$this->loadModel('execution')->buildTaskSearchForm($projectID, $productID, [], $queryID, $actionURL, 'programplanTask');
}
$this->view->title = $this->lang->programplan->browse;