Skip to content
Snippets Groups Projects

Bugfix/fix oidc version

Merged Benoit Alessandroni requested to merge bugfix/fix-oidc-version into master
@@ -7,14 +7,14 @@ sib-display#detail-mentor(
content(preview_image, iframe_link),\
description, review.reviewer.account.picture, review.reviewer,\
copyright, specifications(\
header_specifications, author, country, language.name,\
header_specifications, author, country.name, language.name,\
publication_year, fields, sharing)',
widget-submitter='cs-display-mentor-link',
class-name="title_form"
class-steps="steps"
widget-author='cs-display-resource-property',
widget-country='cs-display-resource-property',
widget-country.name='cs-display-resource-property',
widget-submitter.mentorProfile.organisation.name='cs-display-resource-property'
class-submitter="resource-author"
class-broken="broken"
@@ -57,7 +57,7 @@ sib-display#detail-mentor(
label-skills=`${data.WithThisResourceBeAbleTo}`
label-uri=`${data.LinkToResource}`
name-uri='original-link'
label-country=`${data.Country} : `
label-country.name=`${data.Country} : `
label-submitter.mentorProfile.organisation.name=`${data.Organisation} : `
label-author=`${data.Author} : `
label-submitter=`${data.ResourcePostedBy}: `
Loading