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:
@@ -387,6 +387,7 @@ class Process extends BaseProcess
|
||||
}
|
||||
}
|
||||
|
||||
usort( $processes, 'ordProcessByProTitle' );
|
||||
return $processes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user