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
thirdPartyArchiving
Commits
5a16432f
Verified
Commit
5a16432f
authored
Feb 28, 2019
by
Alexandre Morin
Browse files
Fix Allow freezing on archives being transferred
parent
d879ead2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle/recordsManagement/Controller/archive.php
View file @
5a16432f
...
...
@@ -40,7 +40,7 @@ class archive extends \bundle\recordsManagement\Controller\archive
$statusList
[
'restituable'
]
=
array
(
'preserved'
);
$statusList
[
'restituted'
]
=
array
(
'restituable'
);
$statusList
[
'transfered'
]
=
array
(
'transferable'
);
$statusList
[
'frozen'
]
=
array
(
'preserved'
,
'restituable'
,
'disposable'
);
$statusList
[
'frozen'
]
=
array
(
'preserved'
,
'restituable'
,
'disposable'
,
'transferable'
);
$statusList
[
'disposable'
]
=
array
(
'preserved'
);
$statusList
[
'transferable'
]
=
array
(
'preserved'
);
$statusList
[
'disposed'
]
=
array
(
'disposable'
,
'restituted'
);
...
...
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