mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Advanced Search: Revert Sort on allowed values (done by JavaScript)
SVN:b1162[5474]
This commit is contained in:
@@ -276,10 +276,6 @@ class SearchForm
|
||||
}
|
||||
|
||||
$aAllowedValues = $oAttrDef->GetAllowedValues();
|
||||
if (is_array($aAllowedValues))
|
||||
{
|
||||
asort($aAllowedValues);
|
||||
}
|
||||
|
||||
return array('values' => $aAllowedValues);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user