Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
9d9fdd31
Commit
9d9fdd31
authored
Dec 04, 2019
by
Alexandre Morin
Browse files
Merge branch 'Support/2.5.X' into 'master'
Support/2.5.x See merge request
!365
parents
c284e9be
9d522c3d
Pipeline
#5502
failed with stage
in 3 minutes and 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
9d9fdd31
# CHANGELOG
## Version 2.5.2
-
`Fixed`
Correctif concernant les demandes de restitution d'archives.
## Version 2.5.1
-
`Fixed`
Correctif sur la vérification de validité du token de 'Mot de passe oublié'
## Version 2.5
### Sécurité
...
...
VERSION.md
View file @
9d9fdd31
2.
5.
1
2.
5.
2
src/bundle/recordsManagement/Controller/archiveAccessTrait.php
View file @
9d9fdd31
...
...
@@ -962,6 +962,10 @@ trait archiveAccessTrait
if
(
!
is_array
(
$archiveIds
))
{
$archiveIds
=
array
((
string
)
$archiveIds
);
}
else
{
foreach
(
$archiveIds
as
$key
=>
$archiveId
)
{
$archiveIds
[
$key
]
=
(
string
)
$archiveId
;
}
}
$res
=
array
(
'success'
=>
array
(),
'error'
=>
array
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment