BUG 11088 When creating a 'New Report Table', the process list is unsort.

Was added a validation to show the process list sorted by 'Process Title' (PRO_TITLE).
This commit is contained in:
jennylee
2013-04-02 11:06:13 -04:00
parent b668474c8a
commit 2e617dc128

View File

@@ -387,6 +387,7 @@ class Process extends BaseProcess
}
}
usort( $processes, 'ordProcessByProTitle' );
return $processes;
}