From 63db7efc6a557c2fadc840e2ec72950742c9cb24 Mon Sep 17 00:00:00 2001 From: Elena.Budnik <ebudnik@irap.omp.eu> Date: Thu, 17 Jan 2019 15:49:45 +0100 Subject: [PATCH] #6579 ws get component --- src/InputOutput/WSImpl/Params/DownloadImpl/WSInputOutputParamsDownloadClass.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/InputOutput/WSImpl/Params/DownloadImpl/WSInputOutputParamsDownloadClass.php b/src/InputOutput/WSImpl/Params/DownloadImpl/WSInputOutputParamsDownloadClass.php index d595ace..cf15ba7 100644 --- a/src/InputOutput/WSImpl/Params/DownloadImpl/WSInputOutputParamsDownloadClass.php +++ b/src/InputOutput/WSImpl/Params/DownloadImpl/WSInputOutputParamsDownloadClass.php @@ -72,8 +72,7 @@ class WSInputOutputParamsDownloadClass extends IHMInputOutputParamsAbstractClass foreach ($input->list as $param) { $paramInfo = $this->paramManager->addExistingParam($param->paramid, $this->paramsData, $param->template_args); - $paramInfo['indexes'] = array(); - $this->paramManager->applyRangesAndIndexes($this->paramsData, $param, FALSE, $paramInfo); + // $this->paramManager->applyRangesAndIndexes($this->paramsData, $param, FALSE, $paramInfo); $downloadNode->addParam($paramInfo['id'],$paramInfo['indexes'],$paramInfo['calib_infos']); $paramsNode->addParam($paramInfo['id']); -- libgit2 0.21.2