Skip to content
Snippets Groups Projects

Adding organisation additional information if needed

Merged Benoit Alessandroni requested to merge feature/adding-orga-contact into master
2 files
+ 14
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,25 +11,29 @@ h2.title_create= data.CompleteContributorAccount
solid-form#mentor_profile_creation.block_log.block_creat_count(
bind-user
partial
fields="account_information(last_name, first_name, mentorProfile.organisation,\
mentorProfile.phone, mentorProfile.languages, mentorProfile.fields),\
aboutfields, about_you(header_about_you, mentorProfile.headline, mentorProfile.city, mentorProfile.country,\
fields="account_information(last_name, first_name, mentorProfile.phone, mentorProfile.languages, mentorProfile.fields),\
aboutfields, organisation_info(header_organisation_info, mentorProfile.organisation, mentorProfile.organisationName,mentorProfile.organisationContact),\
about_you(header_about_you, mentorProfile.headline, mentorProfile.city, mentorProfile.country,\
mentorProfile.biography, mentorProfile.skills),\
social_media(header_social_media, mentorProfile.linkedin, mentorProfile.twitter), username"
range-mentorProfile.fields=`${endpoints.fields}`
range-mentorProfile.organisation=`${endpoints.organisations}`
range-mentorProfile.languages=`${endpoints.languages}`
range-mentorProfile.country=`${endpoints.countries}`
label-header_about_you=`${data.AboutYou}`
label-header_organisation_info=`${data.AboutYourOrganisation}`
label-mentorProfile.organisationContact=`${data.OtherOrganisationContact}`
label-mentorProfile.organisationName=`${data.OtherOrganisationName}`
label-aboutfields=`${data.AboutField}`
label-header_social_media=`${data.SocialMedias}`
widget-header_organisation_info="cs-section_header"
widget-header_social_media="cs-section_header"
widget-header_about_you="cs-section_introduction"
widget-aboutfields="cs-about-field"
label-first_name=`${data.Surname} *`
label-last_name=`${data.Name} *`
label-mentorProfile.organisation=`${data.Organisation} *`
@@ -49,7 +53,7 @@ solid-form#mentor_profile_creation.block_log.block_creat_count(
widget-mentorProfile.biography="solid-form-textarea"
widget-username="solid-form-hidden"
class-mentorProfile.organisation='form-label is-dark'
class-mentorProfile.organisation='form-label is-dark w_100'
widget-mentorProfile.organisation='solid-form-auto-completion'
widget-mentorProfile.country='solid-form-auto-completion'
Loading