mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°1345 - Add possibility to sort transitions automatically
This commit is contained in:
@@ -506,7 +506,6 @@ class ValueSetEnum extends ValueSetDefinition
|
||||
*/
|
||||
public function SortValues(array &$aValues): void
|
||||
{
|
||||
// TODO: Add unit test
|
||||
// Force sort by values only if necessary
|
||||
if ($this->bSortByValue) {
|
||||
asort($aValues);
|
||||
|
||||
Reference in New Issue
Block a user