Skip to content

Commit

Permalink
corrige mise en cache
Browse files Browse the repository at this point in the history
  • Loading branch information
khergalant committed Jul 17, 2024
1 parent 08c7450 commit 970886b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ public class ConfigController {
* Permet de précharger au démarrage les caches
*/
public void loadConfigCache() {
self.getPropertiesPegase();
self.getFaviconBase64();
self.getLogoRessource();
self.getXDocReportTemplate(ConstanteUtils.TEMPLATE_DOSSIER, null, null);
self.getConfigEtab(Locale.FRANCE);
try {
self.getPropertiesPegase();
self.getConfigPegaseAuthEtab();
self.getConfigPegaseUrl();
} catch (final Exception e) {
Expand Down

0 comments on commit 970886b

Please sign in to comment.