* Fix product,project error.
This commit is contained in:
@@ -214,7 +214,7 @@ class actionModel extends model
|
||||
$actions = $this->dao->select('*')->from(TABLE_ACTION)
|
||||
->beginIF($objectType == 'project')
|
||||
->where("objectType IN('project', 'testtask', 'build')")
|
||||
->andWhere('project')->eq((int)$objectID)
|
||||
->andWhere('execution')->eq((int)$objectID)
|
||||
->fi()
|
||||
->beginIF($objectType != 'project')
|
||||
->where('objectType')->eq($objectType)
|
||||
|
||||
Reference in New Issue
Block a user