* Fix bug for bug export.
This commit is contained in:
@@ -3638,7 +3638,7 @@ class bugModel extends model
|
||||
public function getRelatedObjects($object, $pairs = '')
|
||||
{
|
||||
/* Get bugs. */
|
||||
$bugs = $this->dao->select('*')->from(TABLE_BUG)->where($this->session->bugQueryCondition)->fetchAll('id');
|
||||
$bugs = $this->loadModel('port')->getQueryDatas('bug');
|
||||
|
||||
/* Get related objects id lists. */
|
||||
$relatedObjectIdList = array();
|
||||
|
||||
Reference in New Issue
Block a user