Skip to content

Commit

Permalink
ill requests: adapt facet label
Browse files Browse the repository at this point in the history
- Depends on rero/rero-ils#3567.

Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond committed Jan 11, 2024
1 parent 0390d98 commit eb61879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/admin/src/app/routes/ill-requests-route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export class IllRequestsRoute extends BaseRoute implements RouteInterface {
canAdd: () => of({ can: this._routeToolService.permissionsService.canAccess(PERMISSIONS.ILL_CREATE) }),
canUpdate: (record: any) => this._routeToolService.canUpdate(record, this.recordType),
canDelete: (record: any) => this._routeToolService.canDelete(record, this.recordType),
aggregationsExpand: ['status', 'loan_status', 'requester'],
aggregationsOrder: ['status', 'loan_status', 'requester', 'library'],
aggregationsExpand: ['request_status', 'loan_status', 'requester'],
aggregationsOrder: ['request_status', 'loan_status', 'requester', 'library'],
listHeaders: {
Accept: 'application/rero+json, application/json'
},
Expand Down

0 comments on commit eb61879

Please sign in to comment.