Commit a644a2f7 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos_jio: correctly save instance parameters when requesting new instance

parent 37444d17
......@@ -586,7 +586,9 @@
xml_output = jsonDictToParameterXML(json_dict);
}
parameter_hash_input.value = btoa(xml_output);
g.options.value.parameter.parameter_hash = btoa(xml_output);
// console.log(parameter_hash_input.value);
// console.log(xml_output);
if (validation.valid) {
return xml_output;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment