Commit ea91395b360c99daf4c976a9bc0bcc3ab64ab867
1 parent
c0e7e5be
Exists in
master
and in
66 other branches
In no interactive mode, plot all intervals
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php
... | ... | @@ -30,7 +30,7 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass |
30 | 30 | $paramsNode = $requestNode->getParamsNode(); |
31 | 31 | |
32 | 32 | //unmarshall time definition |
33 | - $this->unmarshallTimeDefinition($input, $requestIndex, !$tab->{'page-superpose-mode'}); | |
33 | + $this->unmarshallTimeDefinition($input, $requestIndex, $this->isInteractiveRequest && !$tab->{'page-superpose-mode'}); | |
34 | 34 | |
35 | 35 | $plotOutputNode = $outputsNode->addNewOutput(RequestOutputTypeEnum::PLOT); |
36 | 36 | |
... | ... |