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
1117f5ae
Commit
1117f5ae
authored
Apr 19, 2022
by
Arnaud Pauget
Browse files
fix(20439) : Change params to accept API packets
parent
08e0e665
Pipeline
#17705
failed with stages
in 22 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
src/bundle/medona/Controller/ArchiveTransfer.php
View file @
1117f5ae
...
...
@@ -128,7 +128,7 @@ class ArchiveTransfer extends abstractMessage
$param
=
$params
[
$name
];
}
//
$params[$name] = $
value
;
$params
[
$name
]
=
$
param
;
if
(
$param
==
""
)
{
if
(
isset
(
$confParam
[
"required"
])
&&
$confParam
[
"required"
])
{
...
...
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