Skip to content
Snippets Groups Projects
Commit c238042d authored by Jean-Baptiste's avatar Jean-Baptiste
Browse files

feature: issue #57 Select multiple skills on job creation

parent 4ac90300
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,10 @@ div ...@@ -4,8 +4,10 @@ div
.form-view .form-view
sib-form.block( sib-form.block(
data-src=`${sdn}/job-offers/`, data-src=`${sdn}/job-offers/`,
data-fields="title, description, skills", data-fields='author, title, description, skills',
widget-author='sib-form-dropdown', widget-author='sib-form-dropdown',
range-skills= `${sdn}/skills/`, range-skills= `${sdn}/skills/`,
range-author= `${sdn}/users/`,
widget-skills='sib-form-multiple-dropdown'
next="job-offers" next="job-offers"
) )
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