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
d879ead2
Verified
Commit
d879ead2
authored
Feb 28, 2019
by
Alexandre Morin
Browse files
Fix archive transfer sending to seda 2
parent
ca42ba8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle/medona/Controller/ArchiveTransferSending.php
View file @
d879ead2
...
...
@@ -168,7 +168,7 @@ class ArchiveTransferSending extends abstractMessage
$message
->
messageId
=
\
laabs
::
newId
();
$message
->
schema
=
"medona"
;
if
(
\
laabs
::
hasBundle
(
'seda'
)
&&
$archives
[
0
]
->
descriptionClass
==
'archivesPubliques/content'
)
{
if
(
\
laabs
::
hasBundle
(
'seda'
))
{
$message
->
schema
=
"seda"
;
}
...
...
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