* fix bug for fulltext search and action.
This commit is contained in:
@@ -965,7 +965,7 @@ class actionModel extends model
|
||||
$objectName = array();
|
||||
$objectProject = array();
|
||||
|
||||
if(strpos($this->config->action->needGetProjectType, $objectType) !== false)
|
||||
if(strpos(",{$this->config->action->needGetProjectType},", ",{$objectType},") !== false)
|
||||
{
|
||||
$objectInfo = $this->dao->select("id, project, $field AS name")->from($table)->where('id')->in($objectIds)->fetchAll();
|
||||
foreach($objectInfo as $object)
|
||||
|
||||
Reference in New Issue
Block a user