Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Sort SoR list in ApiUser fields (NOJIRA)
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
@@ -70,7 +70,8 @@ public function initialize(array $config): void {
'systemsOfRecord' => [
'type' => 'select',
'model' => 'SystemsOfRecord',
'find' => 'filterPrimaryLink'
'find' => 'filterPrimaryLink',
'order' => ['label' => 'ASC']
]
]);
}

0 comments on commit 2417df4

Please sign in to comment.