Skip to content
Snippets Groups Projects
Commit aab35b2e authored by Alice Poggioli's avatar Alice Poggioli
Browse files

Bug: field with an 's'

parent edb77e2a
No related branches found
No related tags found
1 merge request!56Bug: field with an 's'
...@@ -6,13 +6,13 @@ p You can't find a resource you are looking for ? You need resources to acquire ...@@ -6,13 +6,13 @@ p You can't find a resource you are looking for ? You need resources to acquire
sib-form#resource-creation-form( sib-form#resource-creation-form(
data-src=`${endpoints.requests}` data-src=`${endpoints.requests}`
fields="mandatory_information(header_mandatory, name, description, country, language),\ fields="mandatory_information(header_mandatory, name, description, country, language),\
complementary_information(header_complementary, field, organisation, skills)" complementary_information(header_complementary, fields, organisation, skills)"
widget-header_mandatory='cs-section_header' widget-header_mandatory='cs-section_header'
widget-header_complementary='cs-section_header' widget-header_complementary='cs-section_header'
range-language=`${endpoints.languages}` range-language=`${endpoints.languages}`
range-field=`${endpoints.fields}` range-fields=`${endpoints.fields}`
range-organisation=`${endpoints.organisations}` range-organisation=`${endpoints.organisations}`
label-header_mandatory='Mandatory information' label-header_mandatory='Mandatory information'
...@@ -26,8 +26,8 @@ p You can't find a resource you are looking for ? You need resources to acquire ...@@ -26,8 +26,8 @@ p You can't find a resource you are looking for ? You need resources to acquire
label-organisation='Organisation' label-organisation='Organisation'
label-skills='What do you need to learn with this resource ?' label-skills='What do you need to learn with this resource ?'
multiple-field='sib-multiple-select' multiple-fields='sib-multiple-select'
widget-field='sib-form-auto-completion' widget-fields='sib-form-auto-completion'
multiple-language='sib-multiple-select' multiple-language='sib-multiple-select'
widget-language='sib-form-auto-completion' widget-language='sib-form-auto-completion'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment