Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
s2low
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libriciel
s2low
Commits
f30e0729
Commit
f30e0729
authored
7 years ago
by
Unknown
Browse files
Options
Downloads
Patches
Plain Diff
nettoyage de fichier temporaire (analyse fihcier actes)
parent
2f4b6f7b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
class/actes/ActesAnalyseFichierController.class.php
+1
-0
1 addition, 0 deletions
class/actes/ActesAnalyseFichierController.class.php
with
2 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
f30e0729
...
...
@@ -14,6 +14,7 @@ et adhère aux principes du [Semantic Versioning](http://semver.org/).
-
vérification de la balise de scellement sur les annexes (tdt-lib-actes) #319 ~Actes
-
problème si les fichiers recu sur Helios sont plusieurs fois en erreur #321 ~Helios
-
correction d'un problème sur l'api admin_user_edit_handler #317
-
nettoyage de fichier temporaire (analyse fihcier actes)
## [3.0.0] - 2017-12-15
...
...
This diff is collapsed.
Click to expand it.
class/actes/ActesAnalyseFichierController.class.php
+
1
−
0
View file @
f30e0729
...
...
@@ -68,6 +68,7 @@ class ActesAnalyseFichierController {
$this
->
actesScriptHelper
->
updateStatus
(
$transaction_ids
,
ActesStatusSQL
::
STATUS_EN_ERREUR
,
"Enveloppe invalide :
$message
"
);
return
false
;
}
$tmpFolder
->
delete
(
$tmp_dir
);
$this
->
log
(
"[
$envelope_libelle
] L'archive est valide !"
);
$this
->
actesScriptHelper
->
updateStatus
(
$transaction_ids
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment