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

Merge branch 'bug/profile-edition-remove-resources' into 'master'

Fix the bug.

See merge request startinblox/applications/coop-starter/coopstarter-front!89
parents 84929d08 6886cd2c
No related branches found
No related tags found
1 merge request!89Fix the bug.
......@@ -7,7 +7,7 @@ sib-form#mentor_profile_edition.block_log.block_creat_count(
fields="account_information(last_name, first_name, mentor_profile.organisation,\
mentor_profile.phone, mentor_profile.languages, mentor_profile.fields),\
about_you(header_about_you, account.picture, mentor_profile.headline, mentor_profile.city, mentor_profile.country,\
mentor_profile.biography, mentor_profile.skills),\
mentor_profile.biography, mentor_profile.skills, resources),\
social_media(header_social_media, mentor_profile.linkedin, mentor_profile.twitter), username"
range-mentor_profile.fields=`${endpoints.fields}`
......@@ -39,6 +39,7 @@ sib-form#mentor_profile_edition.block_log.block_creat_count(
widget-mentor_profile.skills="sib-form-textarea"
widget-mentor_profile.biography="sib-form-textarea"
widget-username="sib-form-hidden"
widget-resources="hidden-widget"
class-mentor_profile.organisation='form-label is-dark'
widget-mentor_profile.organisation='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