From 45dec5250496decaeef611f8dfd79135ec668a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Manelphe?= Date: Fri, 1 Dec 2023 10:00:41 +0100 Subject: [PATCH] fix: exception in VObjectService + message typos --- .../fr/insee/arc/web/gui/all/util/VObjectService.java | 2 +- arc-web/src/main/resources/messages_fr.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arc-web/src/main/java/fr/insee/arc/web/gui/all/util/VObjectService.java b/arc-web/src/main/java/fr/insee/arc/web/gui/all/util/VObjectService.java index 73b2009d0..2b3a5d6da 100644 --- a/arc-web/src/main/java/fr/insee/arc/web/gui/all/util/VObjectService.java +++ b/arc-web/src/main/java/fr/insee/arc/web/gui/all/util/VObjectService.java @@ -1313,7 +1313,7 @@ public void upload(VObject data, String repertoireCible) throws ArcException { Files.copy(locationTmp, location, StandardCopyOption.REPLACE_EXISTING); } catch (IOException ex) { - throw new ArcException(ex, ArcExceptionMessage.FILE_COPY_FAILED, fileName); + throw new ArcException(ex, ArcExceptionMessage.FILE_COPY_FAILED, fileName, repertoireCible); } finally { if (temporaryFolder != null) { FileUtilsArc.deleteDirectory(temporaryFolder); diff --git a/arc-web/src/main/resources/messages_fr.properties b/arc-web/src/main/resources/messages_fr.properties index 03caf1153..10c7e28f5 100644 --- a/arc-web/src/main/resources/messages_fr.properties +++ b/arc-web/src/main/resources/messages_fr.properties @@ -12,7 +12,7 @@ action.selectOperations=selectOperations tabNavScope.phase=viewChargement;viewNormage;viewControle;viewMapping;viewExpression;-viewJeuxDeReglesCopie; -header.applicationHome=ARC - Accueil Reception Contr\u00f4le +header.applicationHome=ARC - Accueil R\u00e9ception Contr\u00f4le header.home=Accueil header.familyManagement=G\u00e9rer les familles header.normManagement=G\u00e9rer les normes @@ -57,7 +57,7 @@ managementSandbox.filesDetail=D\u00e9tails du fichier managementSandbox.upload.fail=L''upload a \u00e9chou\u00e9 managementSandbox.upload.noSelection=Erreur : aucun fichier s\u00e9lectionn\u00e9. managementSandbox.upload.noFilestoreSelection=Erreur : aucun entrep\u00f4t s\u00e9lectionn\u00e9. -managementSandbox.undo.fail=Le retour arrière a \u00e9chou\u00e9 +managementSandbox.undo.fail=Le retour arri\u00e8re a \u00e9chou\u00e9 managementSandbox.batch.status=Le batch est {0}.\nLe prochain batch d''initialisation est programm\u00e9 apr\u00e8s {1}. managementSandbox.batch.status.active=actif managementSandbox.batch.status.inactive=inactif @@ -83,7 +83,7 @@ normManagement.mapmodel=Mapping normManagement.expression=Expressions normManagement.copyRules=Jeu de r\u00e8gle \u00e0 copier normManagement.addExpression.error.name=Le nom choisi pour l''expression n''est pas valide. -normManagement.addExpression.error.loop=Le changement cr\u00e9eerait une boucle : {0} +normManagement.addExpression.error.loop=Le changement cr\u00e9erait une boucle : {0} normManagement.upload.noSelection=S\u00e9lectionnez un fichier normManagement.upload.error=Erreur lors de l''upload du fichier : {0} normManagement.calendar.warning=Attention, un calendrier actif ne peut pas \u00eatre supprim\u00e9 @@ -130,7 +130,7 @@ export.error.filesystem=L''export a \u00e9chou\u00e9 \u00e0 cause d''un probl\u0 export.file.delete.error=La suppression du fichier {0} a \u00e9chou\u00e9 export.file.rename.error=Le renommage a \u00e9chou\u00e9 -pilotage.error.download.archive=Le t\u00e9l\u00e9chargement de l''archve a \u00e9chou\u00e9 +pilotage.error.download.archive=Le t\u00e9l\u00e9chargement de l''archive a \u00e9chou\u00e9 query.complete=Requ\u00eate termin\u00e9e !