Skip to content

Commit

Permalink
Merge pull request #2194 from tdonohue/fix_item_request
Browse files Browse the repository at this point in the history
Add missing export for ItemRequest module
  • Loading branch information
tdonohue authored Apr 19, 2023
2 parents 8c8fad7 + 3e02f22 commit ade9533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/core/core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ import { VocabularyEntryDetailsDataService } from './submission/vocabularies/voc
import { IdentifierData } from '../shared/object-list/identifier-data/identifier-data.model';
import { Subscription } from '../shared/subscriptions/models/subscription.model';
import { SupervisionOrderDataService } from './supervision-order/supervision-order-data.service';
import { ItemRequest } from './shared/item-request.model';

/**
* When not in production, endpoint responses can be mocked for testing purposes
Expand Down Expand Up @@ -369,6 +370,7 @@ export const models =
AccessStatusObject,
IdentifierData,
Subscription,
ItemRequest,
];

@NgModule({
Expand Down

0 comments on commit ade9533

Please sign in to comment.