Loading module/SygalApiImpl/bin/doctorant-api-v1.data.twig.json→module/SygalApiImpl/bin/doctorant-api-v1.data.json.twig +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ "libelle": "Lorem ut adipisicing do", "dateDebut": "2022-09-01", "dateFin": "2023-08-31", "anneeUniversitaire": "{{ inscription_periode_annee_univ }}" "anneeUniversitaire": {{ inscription_periode_annee_univ }} }, "boursesEtAides": [ { Loading module/SygalApiImpl/bin/generate-json-samples.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ if (!file_exists($outputDirPath)) { } $twigTemplateDirPath = realpath(__DIR__); $twigTemplateName = 'doctorant-api-v1.data.twig.json'; // nom du template dans le répertoire des templates Twig $twigTemplateName = 'doctorant-api-v1.data.json.twig'; // nom du template dans le répertoire des templates Twig echo "Génération de $n fichiers JSON à partir du modèle $twigTemplateDirPath/$twigTemplateName..." . PHP_EOL; Loading Loading
module/SygalApiImpl/bin/doctorant-api-v1.data.twig.json→module/SygalApiImpl/bin/doctorant-api-v1.data.json.twig +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ "libelle": "Lorem ut adipisicing do", "dateDebut": "2022-09-01", "dateFin": "2023-08-31", "anneeUniversitaire": "{{ inscription_periode_annee_univ }}" "anneeUniversitaire": {{ inscription_periode_annee_univ }} }, "boursesEtAides": [ { Loading
module/SygalApiImpl/bin/generate-json-samples.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ if (!file_exists($outputDirPath)) { } $twigTemplateDirPath = realpath(__DIR__); $twigTemplateName = 'doctorant-api-v1.data.twig.json'; // nom du template dans le répertoire des templates Twig $twigTemplateName = 'doctorant-api-v1.data.json.twig'; // nom du template dans le répertoire des templates Twig echo "Génération de $n fichiers JSON à partir du modèle $twigTemplateDirPath/$twigTemplateName..." . PHP_EOL; Loading