mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Advanced Search
Conversion to search form SVN:b1162[5397]
This commit is contained in:
@@ -931,7 +931,10 @@ class FieldExpression extends UnaryExpression
|
||||
$sSearchType = AttributeDefinition::SEARCH_WIDGET_TYPE;
|
||||
}
|
||||
|
||||
return array('ref' => $this->GetParent().'.'.$this->GetName(), 'widget' => $sSearchType);
|
||||
return array(
|
||||
'widget' => $sSearchType,
|
||||
'ref' => $this->GetParent().'.'.$this->GetName(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user