Skip to content

Commit

Permalink
Merge pull request #796 from moisbo/backend-refactor_transfer-complet…
Browse files Browse the repository at this point in the history
…er-email

add completer email as a description
  • Loading branch information
andrewbrazzatti authored Feb 1, 2021
2 parents 86e3fba + fabf559 commit d94f48b
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 d94f48b

Please sign in to comment.