Skip to content

Commit 6ddbf8d

Browse files
FrancescoMolinarosteph-ieffam
authored andcommitted
Merged in item_mapper_configuration_2023_02_x_DSC_1073 (pull request DSpace#1251)
DSC-1073 - fix typo Approved-by: Stefano Maffei
2 parents b1a3a2d + ab359e1 commit 6ddbf8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/edit-item-page/item-collection-mapper/item-collection-mapper.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export class ItemCollectionMapperComponent implements OnInit {
149149
return this.searchService.search(Object.assign(new PaginatedSearchOptions(searchOptions), {
150150
query: this.buildQuery([...itemCollectionsRD.payload.page, owningCollectionRD.payload], searchOptions.query),
151151
dsoTypes: [DSpaceObjectType.COLLECTION],
152-
configuration: 'communityorCollection',
152+
configuration: 'communityOrCollection',
153153
}), 10000).pipe(
154154
toDSpaceObjectListRD(),
155155
startWith(undefined)

0 commit comments

Comments
 (0)