mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°1213 - Allow NOT IN SELECT in OQL syntax - Fix search init
This commit is contained in:
@@ -200,7 +200,7 @@ class NestedQueryOqlExpression extends NestedQueryExpression implements Checkabl
|
||||
*/
|
||||
public function __construct($oOQLObjectQuery )
|
||||
{
|
||||
parent::__construct(null);
|
||||
parent::__construct($oOQLObjectQuery->ToDBSearch(""));
|
||||
$this->m_oOQLObjectQuery = $oOQLObjectQuery;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user