Skip to content

Commit

Permalink
fix: exception in VObjectService + message typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanelphe committed Dec 1, 2023
1 parent bb0981b commit 45dec52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
8 changes: 4 additions & 4 deletions arc-web/src/main/resources/messages_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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 !

Expand Down

0 comments on commit 45dec52

Please sign in to comment.