Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
36e48cf5
Commit
36e48cf5
authored
Jul 23, 2019
by
Alexandre Morin
Browse files
Merge branch 'feat/11083_repositories' into 'develop'
feat/11083_repositories See merge request
!301
parents
7414c0ab
75d2f06a
Pipeline
#4144
passed with stage
in 5 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
36e48cf5
...
...
@@ -17,6 +17,10 @@
-
`Added`
Ajout et suppression d'une seule ressource au sein d'une archive désormais possible
### Stockage
-
`Changed`
Modification du nombre de site de stockage minimum, il est desormais possible d'utiliser un unique site.
## Version 2.4.4
### IHM
...
...
src/bundle/digitalResource/Controller/cluster.php
View file @
36e48cf5
...
...
@@ -252,7 +252,7 @@ class cluster
*/
public
function
openContainers
(
$cluster
,
$path
,
$metadata
=
null
)
{
if
(
count
(
$cluster
->
clusterRepository
)
<
2
)
{
if
(
count
(
$cluster
->
clusterRepository
)
<
1
)
{
throw
\
laabs
::
newException
(
"digitalResource/clusterException"
,
"All repositories must be accessible"
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment