Skip to content

Commit

Permalink
pkp/pkp-lib#7613 Updated the languages field to use the controlled vo…
Browse files Browse the repository at this point in the history
…cabulary API
  • Loading branch information
jonasraoni committed Jan 26, 2022
1 parent db905e4 commit 09229f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/submission/submissionMetadataFormFields.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
{capture assign="languagesField"}
{capture assign="sectionDescription"}{if !$readOnly}submission.submit.metadataForm.tip{/if}{/capture}
{fbvFormSection description=$sectionDescription label="common.languages" required=$languagesRequired}
{capture assign=languagesSourceUrl}{url router=\PKP\core\PKPApplication::ROUTE_PAGE page="submission" op="fetchChoices" list="languages"}{/capture}
{fbvElement type="keyword" id="languages" subLabelTranslate=true multilingual=true current=$languages sourceUrl=$languagesSourceUrl disabled=$readOnly}
{/fbvFormSection}
{/capture}
Expand Down

0 comments on commit 09229f9

Please sign in to comment.