Skip to content

Commit

Permalink
pkp#10451 Make the Affiliations field large when adding a new contrib…
Browse files Browse the repository at this point in the history
…utor
  • Loading branch information
blesildaramirez committed Oct 3, 2024
1 parent b5d6e6c commit b179af4
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 b179af4

Please sign in to comment.