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 d86f5d1 commit aa9b5cb
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 @@ -119,6 +119,7 @@ public function __construct(string $action, array $locales, ?Submission $submiss
->addField(new FieldText('affiliation', [
'label' => __('user.affiliation'),
'isMultilingual' => true,
'size' => 'large',
]));

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

0 comments on commit aa9b5cb

Please sign in to comment.