Private GIT

Skip to content
Snippets Groups Projects
Commit b7c7cfce authored by Kevin Duret's avatar Kevin Duret
Browse files

#5252 fix actions on listings

parent 5ff6b74e
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
$inputs = array(); $inputs = array();
foreach ($inputArguments as $argumentName => $argumentValue) { foreach ($inputArguments as $argumentName => $argumentValue) {
if (!is_null($inputGet[$argumentName])) { if (!is_null($inputGet[$argumentName]) && trim($inputGet[$argumentName]) != '') {
$inputs[$argumentName] = $inputGet[$argumentName]; $inputs[$argumentName] = $inputGet[$argumentName];
} else { } else {
$inputs[$argumentName] = $inputPost[$argumentName]; $inputs[$argumentName] = $inputPost[$argumentName];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment