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

Retrive the mentor data in every place.

parent eb9900fe
No related branches found
No related tags found
1 merge request!92Feature/breaking changes 0.9
......@@ -14,7 +14,7 @@ include ../../components/widgets
bind-resources,
fields='name, steps, format.name, \
submitter_info(submitter.account.picture, submitter.name, \
submitter.mentor_profile.organisation.name, skills, uri, broken),\
submitter.mentorProfile.organisation.name, skills, uri, broken),\
content(preview_image, tags),\
description, review.reviewer.account.picture, review.reviewer.name,\
copyright, specifications(\
......@@ -26,7 +26,7 @@ include ../../components/widgets
class-steps="steps"
widget-author='cs-display-resource-property',
widget-country.name='cs-display-resource-property',
widget-submitter.mentor_profile.organisation.name='cs-display-resource-property'
widget-submitter.mentorProfile.organisation.name='cs-display-resource-property'
class-submitter.name="autor_ressource"
class-broken="broken"
widget-format.name='cs-display-resource-property'
......@@ -68,7 +68,7 @@ include ../../components/widgets
label-uri='Link to resource'
name-uri='original-link'
label-country.name='Country:'
label-submitter.mentor_profile.organisation.name='Organisation:'
label-submitter.mentorProfile.organisation.name='Organisation:'
label-author='Author :'
label-submitter.name='Resource posted by:'
action-broken='resource-report-broken-link-entrepreneur'
......
......@@ -14,7 +14,7 @@ include ../../components/widgets
bind-resources,
fields='name, steps, format.name,\
submitter_info(submitter.account.picture, submitter.name, \
submitter.mentor_profile.organisation.name, skills, uri, broken),\
submitter.mentorProfile.organisation.name, skills, uri, broken),\
content(preview_image, tags),\
description, review.reviewer.account.picture, review.reviewer.name,\
copyright, specifications(\
......@@ -26,7 +26,7 @@ include ../../components/widgets
class-steps="steps"
widget-author='cs-display-resource-property',
widget-country='cs-display-resource-property',
widget-submitter.mentor_profile.organisation.name='cs-display-resource-property'
widget-submitter.mentorProfile.organisation.name='cs-display-resource-property'
class-submitter.name="autor_ressource"
class-broken="broken"
widget-format.name='cs-display-resource-property'
......@@ -68,7 +68,7 @@ include ../../components/widgets
label-uri='Link to resource'
name-uri='original-link'
label-country='Country:'
label-submitter.mentor_profile.organisation.name='Organisation:'
label-submitter.mentorProfile.organisation.name='Organisation:'
label-author='Author :'
label-submitter.name='Resource posted by:'
action-broken='resource-report-broken-link-mentor'
......
......@@ -19,7 +19,7 @@ sib-router
bind-resources,
fields='name, steps, format.name,\
submitter_info(submitter.account.picture, submitter.name, \
submitter.mentor_profile.organisation.name, skills, uri, broken),\
submitter.mentorProfile.organisation.name, skills, uri, broken),\
content(preview_image, tags),\
description, copyright, specifications(\
header_specifications, author, country.name, language.name,\
......@@ -30,7 +30,7 @@ sib-router
class-steps="steps"
widget-author='cs-display-resource-property',
widget-country.name='cs-display-resource-property',
widget-submitter.mentor_profile.organisation.name='cs-display-resource-property'
widget-submitter.mentorProfile.organisation.name='cs-display-resource-property'
class-submitter.name="autor_ressource"
class-broken="broken"
widget-format.name='cs-display-resource-property'
......@@ -69,7 +69,7 @@ sib-router
label-uri='Link to resource'
name-uri='original-link'
label-country.name='Country:'
label-submitter.mentor_profile.organisation.name='Organisation:'
label-submitter.mentorProfile.organisation.name='Organisation:'
label-author='Author :'
label-submitter.name='Resource posted by:'
action-broken='resource-report-broken-link-mentor'
......
......@@ -15,7 +15,7 @@ include ../../components/widgets
bind-resources,
fields='name, steps, format.name,\
submitter_info(submitter.account.picture, submitter.name, \
submitter.mentor_profile.organisation.name, skills, uri, broken),\
submitter.mentorProfile.organisation.name, skills, uri, broken),\
content(preview_image, tags),\
description, review.reviewer.account.picture, review.reviewer.name,\
copyright, specifications(\
......@@ -27,7 +27,7 @@ include ../../components/widgets
class-steps="steps"
widget-author='cs-display-resource-property',
widget-country.name='cs-display-resource-property',
widget-submitter.mentor_profile.organisation.name='cs-display-resource-property'
widget-submitter.mentorProfile.organisation.name='cs-display-resource-property'
class-submitter.name="autor_ressource"
class-broken="broken"
widget-format.name='cs-display-resource-property'
......@@ -69,7 +69,7 @@ include ../../components/widgets
label-uri='Link to resource'
name-uri='original-link'
label-country.name='Country:'
label-submitter.mentor_profile.organisation.name='Organisation:'
label-submitter.mentorProfile.organisation.name='Organisation:'
label-author='Author :'
label-submitter.name='Resource posted by:'
action-broken='resource-report-broken-link-public'
......
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