Skip to content

Commit

Permalink
#10451 Make the Affiliations field large when adding a new contributor (
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez authored Oct 21, 2024
1 parent b5d6e6c commit eca55fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/components/forms/publication/ContributorForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public function __construct(string $action, array $locales, Submission $submissi
->addField(new FieldText('affiliation', [
'label' => __('user.affiliation'),
'isMultilingual' => true,
'size' => 'large',
]));

if ($authorUserGroupsOptions->count() > 1) {
Expand Down

0 comments on commit eca55fe

Please sign in to comment.