titres entretiens

This commit is contained in:
2025-01-20 19:26:06 +01:00
parent ca00aa0822
commit d8785d830c
4 changed files with 7 additions and 6 deletions

View File

@@ -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) {