diff --git a/cypress/integration/public-access.spec.js b/cypress/integration/public-access.spec.js index c4711c53a98e89cdb6c1b7f857173f002116e9e4..096ae0cba41d4c46134b2f85f6a03e51db86cccc 100644 --- a/cypress/integration/public-access.spec.js +++ b/cypress/integration/public-access.spec.js @@ -3,7 +3,7 @@ context('Window', () => { before(() => { cy.visit('/en/'); - cy.get('#public-acces').click(); + cy.get('#public-access').click(); }); it('check heading', () => { diff --git a/src/includes/entrepreneur/resources/detail.pug b/src/includes/entrepreneur/resources/detail.pug index 909cb8f81ee7b07aa925485a001eea128a73041d..3ea3fbcb81c6a4db3a4d74600a97c71dab907e47 100644 --- a/src/includes/entrepreneur/resources/detail.pug +++ b/src/includes/entrepreneur/resources/detail.pug @@ -45,7 +45,6 @@ widget-header_specifications='cs-section_header' widget-iframe_link='iframe-video-resource' - label-broken=`${data.ReportBrokenLink}` label-sharing=`${data.Access}` label-language.name=`${data.Language}` diff --git a/src/includes/mentor/components/header.pug b/src/includes/mentor/components/header.pug index 5781831ddcc22f544451dd85060879548b7db8cf..ac47ea5f939a47bc44f16bf6094eae6acfc06e4f 100644 --- a/src/includes/mentor/components/header.pug +++ b/src/includes/mentor/components/header.pug @@ -1,6 +1,6 @@ .container .flex.flex_espace.flex_item_center - sib-link(next='mentor-resource-list') + sib-link(next='mentor-dashboard') figure.logo_head.margin_bord_ecran img(src=`${client_domain}/images/logo_head.png` alt="Coopstarter") diff --git a/src/includes/mentor/profile/confirmation.pug b/src/includes/mentor/profile/confirmation.pug index 7e318508b877cb04172fab5fd87cf00366583e58..92b0b82f80e654b3c39907ce44fd9d9fa5a56c16 100644 --- a/src/includes/mentor/profile/confirmation.pug +++ b/src/includes/mentor/profile/confirmation.pug @@ -6,4 +6,4 @@ p.p_entete= data.ModificationsProperlySaved div div.flex h3.button_base - sib-link(next='mentor-resource-list')= data.BackToDashboard \ No newline at end of file + sib-link(next='mentor-dashboard')= data.BackToDashboard \ No newline at end of file diff --git a/src/includes/mentor/profile/edit.pug b/src/includes/mentor/profile/edit.pug index f0c7efba5a4325b0f7a1bb158613176536de4d66..08c42597b2cb59022c8d31d18411d960aab678fc 100644 --- a/src/includes/mentor/profile/edit.pug +++ b/src/includes/mentor/profile/edit.pug @@ -64,4 +64,4 @@ sib-form#mentor_profile_edition.block_log.block_creat_count( ) sib-link(class="backlink", next="mentor-account")= data.BackToMyAccount -sib-link(class="backlink", next="mentor-resource-list")= data.BackToDashboard +sib-link(class="backlink", next="mentor-dashboard")= data.BackToDashboard diff --git a/src/includes/mentor/resources/create.pug b/src/includes/mentor/resources/create.pug index 17b776078c3a2bcfa704c90e714dc1831a86fcb3..799cb9f3400594dd50d8ee9ed87abf4e8675dcc8 100644 --- a/src/includes/mentor/resources/create.pug +++ b/src/includes/mentor/resources/create.pug @@ -35,7 +35,7 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}` label-name=`${data.TitleRequired}` label-country=`${data.Country}` - label-language=`${data.Language}` + label-language=`${data.Language}*` label-uri=`${data.LocationWeblinkReq}` label-format=`${data.FormatReq}` label-fields=`${data.FieldRequired}` @@ -67,7 +67,6 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}` multiple-steps='sib-multiple-select' widget-steps='sib-form-auto-completion' - multiple-language='sib-multiple-select' widget-language='sib-form-auto-completion' multiple-related='sib-multiple-select' diff --git a/src/includes/mentor/resources/edit.pug b/src/includes/mentor/resources/edit.pug index 092f08a5793cf55d27f4d77dba77ea0fcb3f8f60..f4c592033993eb8582f95e3a4e52867f6af23238 100644 --- a/src/includes/mentor/resources/edit.pug +++ b/src/includes/mentor/resources/edit.pug @@ -7,7 +7,7 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}` bind-resources partial fields="mandatory_information(header_mandatory, name, country, language, uri,\ - format, field, author, publication_year, skills),\ + format, fields, author, publication_year, skills),\ complementary_information(header_complementary, description, iframe_link,\ preview_image),classification(header_classification, target, type, steps),\ access(header_access, sharing),related_section(header_related, related)" @@ -23,9 +23,11 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}` range-format=`${endpoints.formats}` range-steps=`${endpoints.steps}` range-language=`${endpoints.languages}` - range-field=`${endpoints.fields}` + range-fields=`${endpoints.fields}` range-related=`${endpoints.resources}` range-country=`${endpoints.countries}` + range-sharing=`${endpoints.criterias}` + range-target=`${endpoints.targets}` label-header_mandatory=`${data.MandatoryInformation}` label-header_complementary=`${data.ComplementaryInformation}` @@ -49,15 +51,16 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}` label-target=`${data.ResourceTargetReq}` label-type=`${data.TypeContentReq}` label-steps=`${data.CategorisationReq}` - label-sharing=`${data.ShareWithReq}` label-related=`${data.AddResource}` widget-country='sib-form-auto-completion' + widget-sharing='sib-form-auto-completion' + widget-target='sib-form-auto-completion' - multiple-field='sib-multiple-select' - widget-field='sib-form-auto-completion' + multiple-fields='sib-multiple-select' + widget-fields='sib-form-auto-completion' multiple-type='sib-multiple-select' widget-type='sib-form-auto-completion' @@ -67,7 +70,6 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}` multiple-steps='sib-multiple-select' widget-steps='sib-form-auto-completion' - multiple-language='sib-multiple-select' widget-language='sib-form-auto-completion' multiple-related='sib-multiple-select' diff --git a/src/includes/mentor/resources/validate.pug b/src/includes/mentor/resources/validate.pug index 148933c8e42ea89254cc81771ede23fe31edfc26..3cf09015f02ae5b672d9040d85bba6c86527dde6 100644 --- a/src/includes/mentor/resources/validate.pug +++ b/src/includes/mentor/resources/validate.pug @@ -144,4 +144,4 @@ sib-router p.flex=`${data.SubmitterWillReceiveReview}` p.flex=`${data.HeWillPatch}` p.flex - sib-link(next='mentor-resource-list', class='button_base')=`${data.BackToDashboard}` \ No newline at end of file + sib-link(next='mentor-dashboard', class='button_base')=`${data.BackToDashboard}` \ No newline at end of file diff --git a/src/includes/splash.pug b/src/includes/splash.pug index 1f97a1fb6a5fa3b1aace558c4d7d400abbfdd04b..3f87edfb5d184a66a6fb54f90bd859c0078d6844 100644 --- a/src/includes/splash.pug +++ b/src/includes/splash.pug @@ -15,6 +15,6 @@ h2.title_lead=`${data.welcome}` button#mentor_login.button_base=`${data.ConnectKnowledgeBase}` sib-link(next='public-dashboard') - button#public-acces.button_base=`${data.AccessWithoutRegistration}` + button#public-access.button_base=`${data.AccessWithoutRegistration}` \ No newline at end of file