Skip to content

Commit

Permalink
resolve entities by default: compatibility with the ui
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm committed Nov 14, 2024
1 parent f04244f commit 121f8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/entities/entities.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const findAndGetParamsHooks = [
resolve: {
required: false,
transform: () => true,
defaultValue: true,
},
order_by: utils.orderBy({
values: orderByMap,
Expand Down

0 comments on commit 121f8f5

Please sign in to comment.