N°2589 - Infinite loops when logging with a Contact having a non empty TagSet field

Add ListParameters to DBSearch for nested queries
This commit is contained in:
Eric
2020-06-24 15:18:11 +02:00
parent 311aeb0b07
commit 94f9b16c03
6 changed files with 66 additions and 1 deletions

View File

@@ -2097,4 +2097,9 @@ class DBObjectSearch extends DBSearch
}
return $oExpression;
}
public function ListParameters()
{
return $this->GetCriteria()->ListParameters();
}
}