* [refac] Remove unused parameter productID.

This commit is contained in:
liugang
2025-08-22 14:21:49 +08:00
parent d4cc2d6087
commit ffe346b387
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -444,7 +444,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");
$executions = $this->programplan->getPairs($projectID, $productID, 'all');
$this->loadModel('execution')->buildTaskSearchForm($projectID, $productID, $executions, $queryID, $actionURL, 'projectTask');
$this->loadModel('execution')->buildTaskSearchForm($projectID, $executions, $queryID, $actionURL, 'projectTask');
}
$this->view->title = $this->lang->programplan->browse;