Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ Journal des modifications - [FIX] Soutenance : message d'alerte affiché à tort systématiquement à propos de l'adresse Doctorat manquante. - [FIX] Chargement de la navigation : plantage d'une assertion à cause d'une variable null (role). - [FIX] Accès aux fiches individus. - [FIX] Pages de couverture : réduction de la marge en haut de page. 6.0.5 ----- Loading module/Depot/src/Depot/Service/FichierThese/FichierTheseServiceFactory.php +2 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,8 @@ class FichierTheseServiceFactory /** @var PageDeCouverturePdfExporter $pdcPdfExporter */ $pdcPdfExporter = $container->get(PageDeCouverturePdfExporter::class); $pdcPdfExporter ->setMarginTop(5) ->setMarginBottom(5) ->setTemplateFilePath($templateFilePath) ->setCssFilePath($cssFilePath); Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ Journal des modifications - [FIX] Soutenance : message d'alerte affiché à tort systématiquement à propos de l'adresse Doctorat manquante. - [FIX] Chargement de la navigation : plantage d'une assertion à cause d'une variable null (role). - [FIX] Accès aux fiches individus. - [FIX] Pages de couverture : réduction de la marge en haut de page. 6.0.5 ----- Loading
module/Depot/src/Depot/Service/FichierThese/FichierTheseServiceFactory.php +2 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,8 @@ class FichierTheseServiceFactory /** @var PageDeCouverturePdfExporter $pdcPdfExporter */ $pdcPdfExporter = $container->get(PageDeCouverturePdfExporter::class); $pdcPdfExporter ->setMarginTop(5) ->setMarginBottom(5) ->setTemplateFilePath($templateFilePath) ->setCssFilePath($cssFilePath); Loading