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 (pkp#10504)
  • Loading branch information
blesildaramirez authored and Hafsa-Naeem committed Dec 11, 2024
1 parent ad0c061 commit ca082ba
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 ca082ba

Please sign in to comment.