* fix a bug of task#1374.
This commit is contained in:
@@ -287,7 +287,7 @@ class treeModel extends model
|
||||
*/
|
||||
public function getTaskTreeMenu($rootID, $productID = 0, $startModule = 0, $userFunc, $extra = '')
|
||||
{
|
||||
$extra = array('projectID' => $rootID);
|
||||
$extra = array('projectID' => $rootID, 'productID' => $productID);
|
||||
/* If createdVersion <= 4.1, go to getTreeMenu(). */
|
||||
$createdVersion = $this->dao->select('openedVersion')->from(TABLE_PROJECT)
|
||||
->where('id')->eq($rootID)
|
||||
|
||||
Reference in New Issue
Block a user