Skip to content

Commit

Permalink
add completer email as a description
Browse files Browse the repository at this point in the history
  • Loading branch information
moisbo committed Jan 13, 2021
1 parent 607574c commit fabf559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angular/transfer_owner/app/transfer_owner.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export class TransferOwnerComponent extends LoadableComponent {
fieldNames: ['text_full_name', 'storage_id', {'email': 'Email[0]'}, {'full_name_honorific': 'text_full_name_honorific'}, {'given_name': 'text_given_name'}, {'family_name': 'text_family_name'}, {'honorific': 'Honorific[0]'}, {'full_name_family_name_first': 'dc_title'}, {'username': 'username'} ],
searchFields: 'text_full_name',
titleFieldArr: ['text_full_name'],
titleCompleterDescription: 'Email',
vocabId: 'Parties AND repository_name:People',
editMode: true,
placeHolder: this.translationService.t('transfer-ownership-researcher-name'),
Expand Down

0 comments on commit fabf559

Please sign in to comment.