Skip to content

Commit 6bad257

Browse files
committed
Merge branch 'dspace-cris-2023_02_x' into ux-plus-2023_02_x
2 parents de35558 + ffd0542 commit 6bad257

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/shared/dso-selector/modal-wrappers/export-metadata-csv-selector/export-metadata-csv-selector.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { FeatureID } from '../../../../core/data/feature-authorization/feature-i
3131
templateUrl: '../dso-selector-modal-wrapper.component.html',
3232
})
3333
export class ExportMetadataCsvSelectorComponent extends DSOSelectorModalWrapperComponent implements OnInit {
34-
configuration = 'backend';
34+
configuration = 'communityOrCollection';
3535
objectType = DSpaceObjectType.DSPACEOBJECT;
3636
selectorTypes = [DSpaceObjectType.COLLECTION, DSpaceObjectType.COMMUNITY];
3737
action = SelectorActionType.EXPORT_METADATA_CSV;

src/app/shared/dso-selector/modal-wrappers/export-metadata-xls-selector/export-metadata-xls-selector.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { getProcessDetailRoute } from '../../../../process-page/process-page-rou
2828
templateUrl: '../dso-selector-modal-wrapper.component.html',
2929
})
3030
export class ExportMetadataXlsSelectorComponent extends DSOSelectorModalWrapperComponent implements OnInit {
31-
configuration = 'backend';
31+
configuration = 'communityOrCollection';
3232
objectType = DSpaceObjectType.DSPACEOBJECT;
3333
selectorTypes = [DSpaceObjectType.COLLECTION];
3434
action = SelectorActionType.EXPORT_METADATA_XLS;

0 commit comments

Comments
 (0)