Skip to content

Commit acdc73b

Browse files
author
John Pinto
committed
Added functionality to display the full metadata field list when adding
a metadata field to Edit Item page.
1 parent d9b55f7 commit acdc73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/dso-shared/dso-edit-metadata/metadata-field-selector/metadata-field-selector.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class MetadataFieldSelectorComponent implements OnInit, OnDestroy, AfterV
129129
switchMap((query: string) => {
130130
this.showInvalid = false;
131131
if (query !== null) {
132-
return this.registryService.queryMetadataFields(query, { elementsPerPage: 10, sort: new SortOptions('fieldName', SortDirection.ASC) }, true, false, followLink('schema')).pipe(
132+
return this.registryService.queryMetadataFields(query, { elementsPerPage: 200, sort: new SortOptions('fieldName', SortDirection.ASC) }, true, false, followLink('schema')).pipe(
133133
getAllSucceededRemoteData(),
134134
metadataFieldsToString(),
135135
);

0 commit comments

Comments
 (0)