Commit 63db7efc6a557c2fadc840e2ec72950742c9cb24
1 parent
570d7d45
Exists in
master
and in
61 other branches
#6579 ws get component
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/InputOutput/WSImpl/Params/DownloadImpl/WSInputOutputParamsDownloadClass.php
... | ... | @@ -72,8 +72,7 @@ class WSInputOutputParamsDownloadClass extends IHMInputOutputParamsAbstractClass |
72 | 72 | foreach ($input->list as $param) |
73 | 73 | { |
74 | 74 | $paramInfo = $this->paramManager->addExistingParam($param->paramid, $this->paramsData, $param->template_args); |
75 | - $paramInfo['indexes'] = array(); | |
76 | - $this->paramManager->applyRangesAndIndexes($this->paramsData, $param, FALSE, $paramInfo); | |
75 | + // $this->paramManager->applyRangesAndIndexes($this->paramsData, $param, FALSE, $paramInfo); | |
77 | 76 | |
78 | 77 | $downloadNode->addParam($paramInfo['id'],$paramInfo['indexes'],$paramInfo['calib_infos']); |
79 | 78 | $paramsNode->addParam($paramInfo['id']); |
... | ... |