* [bug#64873] Fix parameter type error.

This commit is contained in:
liugang
2025-08-20 14:19:50 +08:00
parent 1ed68d86be
commit a0ac6d2c43
+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;