From fc541e6f29a522a4f0257c972a38a94f52ea0858 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 8 Mar 2022 12:23:56 +0100 Subject: [PATCH] forgot permissions to edit 'home front' config page --- config/sync/user.role.admin.yml | 1 + config/sync/user.role.anonymous.yml | 1 + config/sync/user.role.authenticated.yml | 1 + config/sync/user.role.editeur.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/config/sync/user.role.admin.yml b/config/sync/user.role.admin.yml index 83bc386..8bb5b03 100644 --- a/config/sync/user.role.admin.yml +++ b/config/sync/user.role.admin.yml @@ -86,6 +86,7 @@ permissions: - 'edit any static content' - 'edit base_de_donnees config page entity' - 'edit faq config page entity' + - 'edit home_front config page entity' - 'edit incubateur_du_programme config page entity' - 'edit les_projets config page entity' - 'edit offres_de_services config page entity' diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index 5168d2f..44f38b0 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -22,6 +22,7 @@ permissions: - 'view annuaire_de_recherche config page entity' - 'view base_de_donnees config page entity' - 'view faq config page entity' + - 'view home_front config page entity' - 'view incubateur_du_programme config page entity' - 'view les_projets config page entity' - 'view offres_de_services config page entity' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index cd95802..bd14421 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -24,6 +24,7 @@ permissions: - 'view annuaire_de_recherche config page entity' - 'view base_de_donnees config page entity' - 'view faq config page entity' + - 'view home_front config page entity' - 'view incubateur_du_programme config page entity' - 'view les_projets config page entity' - 'view offres_de_services config page entity' diff --git a/config/sync/user.role.editeur.yml b/config/sync/user.role.editeur.yml index afdc032..73807b0 100644 --- a/config/sync/user.role.editeur.yml +++ b/config/sync/user.role.editeur.yml @@ -43,6 +43,7 @@ permissions: - 'edit any static content' - 'edit base_de_donnees config page entity' - 'edit faq config page entity' + - 'edit home_front config page entity' - 'edit incubateur_du_programme config page entity' - 'edit les_projets config page entity' - 'edit offres_de_services config page entity'