VIVO-315: add error message for missing type selection
This commit is contained in:
parent
7f8c7bfff8
commit
2f629b204d
3 changed files with 6 additions and 1 deletions
|
@ -841,3 +841,4 @@ no_linked_author = ningún editor vinculados
|
||||||
remove_editor_link = desconecte la conexión de editor
|
remove_editor_link = desconecte la conexión de editor
|
||||||
add_an_editor = Agregar uno Editor
|
add_an_editor = Agregar uno Editor
|
||||||
add_editor = Agregar Editor
|
add_editor = Agregar Editor
|
||||||
|
please_select_type = Por favor Seleccione un tipo de la lista desplegable.
|
|
@ -106,7 +106,10 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</#list>
|
</#list>
|
||||||
<#--Checking if Name field is empty-->
|
<#--Checking if Type, Name and Role fields are empty-->
|
||||||
|
<#if lvf.submissionErrorExists(editSubmission, "roleActivityType")>
|
||||||
|
${i18n().please_select_type}<br />
|
||||||
|
</#if>
|
||||||
<#if lvf.submissionErrorExists(editSubmission, "activityLabel")>
|
<#if lvf.submissionErrorExists(editSubmission, "activityLabel")>
|
||||||
${i18n().select_or_enter_name}<br />
|
${i18n().select_or_enter_name}<br />
|
||||||
</#if>
|
</#if>
|
||||||
|
|
|
@ -859,3 +859,4 @@ no_linked_author = no linked editor
|
||||||
remove_editor_link = remove editor link
|
remove_editor_link = remove editor link
|
||||||
add_an_editor = Add an Editor
|
add_an_editor = Add an Editor
|
||||||
add_editor = Add Editor
|
add_editor = Add Editor
|
||||||
|
please_select_type = Please select a type from the drop-down list.
|
Loading…
Add table
Reference in a new issue