Skip to content

Commit

Permalink
Merged in DSC-1485-csv-and-xls-metadata-export (pull request DSpace#1219
Browse files Browse the repository at this point in the history
)

[DSC-1485] feature: csv and xls metadata export find any community

Approved-by: Giuseppe Digilio
  • Loading branch information
vNovski authored and atarix83 committed Jan 15, 2024
2 parents 3f358f9 + 0987c3e commit 49ab676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { FeatureID } from '../../../../core/data/feature-authorization/feature-i
templateUrl: '../dso-selector-modal-wrapper.component.html',
})
export class ExportMetadataCsvSelectorComponent extends DSOSelectorModalWrapperComponent implements OnInit {
configuration = 'backend';
configuration = 'communityOrCollection';
objectType = DSpaceObjectType.DSPACEOBJECT;
selectorTypes = [DSpaceObjectType.COLLECTION, DSpaceObjectType.COMMUNITY];
action = SelectorActionType.EXPORT_METADATA_CSV;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { getProcessDetailRoute } from '../../../../process-page/process-page-rou
templateUrl: '../dso-selector-modal-wrapper.component.html',
})
export class ExportMetadataXlsSelectorComponent extends DSOSelectorModalWrapperComponent implements OnInit {
configuration = 'backend';
configuration = 'communityOrCollection';
objectType = DSpaceObjectType.DSPACEOBJECT;
selectorTypes = [DSpaceObjectType.COLLECTION];
action = SelectorActionType.EXPORT_METADATA_XLS;
Expand Down

0 comments on commit 49ab676

Please sign in to comment.