diff --git a/web/themes/custom/caravane/assets/js/stores/content.js b/web/themes/custom/caravane/assets/js/stores/content.js index 13b2d90..363c50d 100644 --- a/web/themes/custom/caravane/assets/js/stores/content.js +++ b/web/themes/custom/caravane/assets/js/stores/content.js @@ -164,6 +164,7 @@ export const useContentStore = defineStore('content', { break; case 'entretien': partieContent.entretien = {}; + partieContent.entretien.titre = partie.attributes.field_titre; const personnesFetch = await this.fetchFromRelationships('field_personne_s', partie.relationships); const questionsReponsesFetch = await this.fetchFromRelationships('field_questions_reponses', partie.relationships); if (personnesFetch && questionsReponsesFetch) { diff --git a/web/themes/custom/caravane/assets/js/vuejs/components/EquipeContent.vue b/web/themes/custom/caravane/assets/js/vuejs/components/EquipeContent.vue index f7a9310..f8f4c5b 100644 --- a/web/themes/custom/caravane/assets/js/vuejs/components/EquipeContent.vue +++ b/web/themes/custom/caravane/assets/js/vuejs/components/EquipeContent.vue @@ -3,7 +3,7 @@