diff --git a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl index f7a1c460..93429bd6 100644 --- a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl +++ b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl @@ -192,7 +192,7 @@ var i18nStrings = { authorTypeText: '${i18n().author_capitalized}', organizationTypeText: '${i18n().organization_capitalized}', helpTextSelect: '${i18n().select_an_existing}', - helptextAdd: '${i18n().or_add_new_one}' + helpTextAdd: '${i18n().or_add_new_one}' }; diff --git a/productMods/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl b/productMods/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl index 4bd7bc51..1df9b064 100644 --- a/productMods/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl +++ b/productMods/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl @@ -162,7 +162,7 @@ var i18nStrings = { removeEditorshipAlert: '${i18n().error_processing_editor_request}', editorTypeText: '${i18n().editor_capitalized}', helpTextSelect: '${i18n().select_an_existing}', - helptextAdd: '${i18n().or_add_new_one}' + helpTextAdd: '${i18n().or_add_new_one}' }; diff --git a/productMods/templates/freemarker/edit/forms/addUserDefinedConcept.ftl b/productMods/templates/freemarker/edit/forms/addUserDefinedConcept.ftl index 4eb91608..9fbac50f 100644 --- a/productMods/templates/freemarker/edit/forms/addUserDefinedConcept.ftl +++ b/productMods/templates/freemarker/edit/forms/addUserDefinedConcept.ftl @@ -7,6 +7,10 @@ <#assign sparqlForAcFilter = editConfiguration.pageData.sparqlForAcFilter /> +<#--This flag is for clearing the label field on submission for an existing object being selected from autocomplete. +Set this flag on the input acUriReceiver where you would like this behavior to occur. --> +<#assign flagClearLabelForExisting = "flagClearLabelForExisting" /> +