Skip to content
Snippets Groups Projects
Commit e0a5af22 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'bug/entrepreneur-dashboard_request-create-field' into 'master'

Bug: field with an 's'

See merge request startinblox/applications/coop-starter/coopstarter-front!56
parents cc6fc58c aab35b2e
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
sib-form#resource-creation-form(
data-src=`${endpoints.requests}`
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_complementary='cs-section_header'
range-language=`${endpoints.languages}`
range-field=`${endpoints.fields}`
range-fields=`${endpoints.fields}`
range-organisation=`${endpoints.organisations}`
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
label-organisation='Organisation'
label-skills='What do you need to learn with this resource ?'
multiple-field='sib-multiple-select'
widget-field='sib-form-auto-completion'
multiple-fields='sib-multiple-select'
widget-fields='sib-form-auto-completion'
multiple-language='sib-multiple-select'
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