-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3(services) Override default order by service cred bindings
The `order_by` applied in the View that service credential binding controller depends on was being overriden by the defult pagination order_by paginator option -which is the `id` column. For this endpoint the `id` is not a good one to order by, since the view is joining two tables and the same `id` might be duplicated. We override the default `order_by` in the controller to be `created_at` Co-Authored-By: Marcela Campo <[email protected]>
- Loading branch information
1 parent
38be355
commit 309e311
Showing
3 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters