Skip to content

Commit 79c6879

Browse files
vNovskiDavide Negretti
authored andcommitted
Merged in DSC-1502-saf-import-and-export-dont-find-maintenance (pull request DSpace#1311)
[GLAM-637] fix discovery configuration for batch import and export Approved-by: Davide Negretti
2 parents 8689186 + c2c5e1a commit 79c6879

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)