|
|
@@ -19,7 +19,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|
|
*
|
|
|
* Fichier source de la view : ./sql/schema-extensions/003-view_search_user.sql
|
|
|
*
|
|
|
- * @see App\Doctrine\Access\CurrentAccessExtension
|
|
|
+ * @see App\Doctrine\Custom\Search\RestrictToOrganizationIdExtension.php
|
|
|
*/
|
|
|
#[ApiResource(
|
|
|
operations: [
|
|
|
@@ -31,7 +31,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|
|
uriTemplate: '/search/users',
|
|
|
paginationMaximumItemsPerPage: 10,
|
|
|
paginationClientItemsPerPage: true,
|
|
|
- order: ['name' => 'ASC']
|
|
|
+ order: ['fullName' => 'ASC']
|
|
|
),
|
|
|
]
|
|
|
)]
|