Skip to content

Commit b0b650a

Browse files
committed
Merge remote-tracking branch 'origin/dspace-cris-2023_02_x' into DSC-1500-hide-the-possibility-download-files-main-cris
2 parents 6c08bbd + 79c6879 commit b0b650a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

src/app/shared/dso-selector/modal-wrappers/import-batch-selector/import-batch-selector.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Observable, of } from 'rxjs';
1616
templateUrl: '../dso-selector-modal-wrapper.component.html',
1717
})
1818
export class ImportBatchSelectorComponent extends DSOSelectorModalWrapperComponent implements OnInit {
19-
configuration = 'backend';
19+
configuration = 'communityOrCollection';
2020
objectType = DSpaceObjectType.DSPACEOBJECT;
2121
selectorTypes = [DSpaceObjectType.COLLECTION];
2222
action = SelectorActionType.IMPORT_BATCH;

0 commit comments

Comments
 (0)