Advanced Search: Revert Sort on allowed values (done by JavaScript)

SVN:b1162[5474]
This commit is contained in:
Eric Espié
2018-03-20 14:36:52 +00:00
parent 7131a505be
commit 4abcf75b34

View File

@@ -276,10 +276,6 @@ class SearchForm
}
$aAllowedValues = $oAttrDef->GetAllowedValues();
if (is_array($aAllowedValues))
{
asort($aAllowedValues);
}
return array('values' => $aAllowedValues);
}