Skip to content

Commit

Permalink
Sort SoR list in ApiUser fields (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Aug 1, 2022
1 parent 9be6b3c commit 2417df4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/Model/Table/ApiUsersTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ public function initialize(array $config): void {
'systemsOfRecord' => [
'type' => 'select',
'model' => 'SystemsOfRecord',
'find' => 'filterPrimaryLink'
'find' => 'filterPrimaryLink',
'order' => ['label' => 'ASC']
]
]);
}
Expand Down

0 comments on commit 2417df4

Please sign in to comment.