Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ Journal des modifications - Soutenance : Dépôt de l'attestation de la formation "Intégrité scientifique" - Soutenance : Mise en place de l'horodatage - Soutenance : Ajout d'une étape intermédiaire avant feu vert pour soutenance - Soutenance : [Fix] Echappement des caractères " et encapsulation des réponses - Dépôt de thèse : un dépôt existant de la version corrigée reste visible même si l'avis de reproduction Apogée revient à Non. - Menu Dépôt fichiers divers : remonté et affiché sans condition - Page Dépôt fichiers divers : téléversement bloqué pour PV soutenance, Pré-rapport soutenance, Rapport soutenance Loading config/application.config.php +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ return [ 'Information', 'Doctorant', 'StepStar', // 'UnicaenIdref', 'UnicaenIdref', 'Application', ], 'module_listener_options' => [ Loading module/Formation/view/formation/enquete-reponse/recherche/afficher-resultats.phtml +2 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,8 @@ usort($sans, function (EnqueteQuestion $a, EnqueteQuestion $b) { return $a->getO for (let line in arrayOfJson) { csv += line + ";"; for (let value in arrayOfJson[line]) { csv += arrayOfJson[line][value] + ";"; csv += '"' + (arrayOfJson[line][value]).replace(/"/g, '\\\"') + '";'; } csv += "\n"; } Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ Journal des modifications - Soutenance : Dépôt de l'attestation de la formation "Intégrité scientifique" - Soutenance : Mise en place de l'horodatage - Soutenance : Ajout d'une étape intermédiaire avant feu vert pour soutenance - Soutenance : [Fix] Echappement des caractères " et encapsulation des réponses - Dépôt de thèse : un dépôt existant de la version corrigée reste visible même si l'avis de reproduction Apogée revient à Non. - Menu Dépôt fichiers divers : remonté et affiché sans condition - Page Dépôt fichiers divers : téléversement bloqué pour PV soutenance, Pré-rapport soutenance, Rapport soutenance Loading
config/application.config.php +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ return [ 'Information', 'Doctorant', 'StepStar', // 'UnicaenIdref', 'UnicaenIdref', 'Application', ], 'module_listener_options' => [ Loading
module/Formation/view/formation/enquete-reponse/recherche/afficher-resultats.phtml +2 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,8 @@ usort($sans, function (EnqueteQuestion $a, EnqueteQuestion $b) { return $a->getO for (let line in arrayOfJson) { csv += line + ";"; for (let value in arrayOfJson[line]) { csv += arrayOfJson[line][value] + ";"; csv += '"' + (arrayOfJson[line][value]).replace(/"/g, '\\\"') + '";'; } csv += "\n"; } Loading