Commit 8d7809128068f2d6e56bce8ac64e5fcc0055c8bb

Authored by Benjamin Renard
1 parent 7d35612a

Keep template args in instant plot request build

src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php
... ... @@ -2119,6 +2119,7 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass
2119 2119 $instantParam = (Object)array(
2120 2120 "id" => 1,
2121 2121 "paramid" => $crtParam->{'paramid'},
  2122 + "template_args" => $crtParam->{'template_args'},
2122 2123 "param-drawing-type" => "iserie",
2123 2124 "param-drawing-object" => (Object)array(
2124 2125 "iserie-tableonx" => true,
... ... @@ -2138,4 +2139,4 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass
2138 2139 return $instantPlotInput;
2139 2140 }
2140 2141 }
2141   -?>
2142 2142 \ No newline at end of file
  2143 +?>
... ...