mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-04 16:44:11 +01:00
When searching objects to add to the current object (n:n relationship), set the default search params in order to stay in the current silo.
SVN:1.2[1724]
This commit is contained in:
@@ -716,7 +716,7 @@ class DBObjectSet
|
||||
|
||||
protected function ExpandArgs($aArgs)
|
||||
{
|
||||
$aScalarArgs = array();
|
||||
$aScalarArgs = $this->m_oFilter->GetInternalParams();
|
||||
foreach($this->m_aArgs as $sArgName => $value)
|
||||
{
|
||||
if (MetaModel::IsValidObject($value))
|
||||
|
||||
Reference in New Issue
Block a user