Advanced Search

Conversion to search form

SVN:b1162[5397]
This commit is contained in:
Eric Espié
2018-03-09 09:16:00 +00:00
parent 213d591eb0
commit 88b7ef5345
4 changed files with 155 additions and 12 deletions

View File

@@ -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(),
);
}
}