<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head><body style="">
<div>
Hi Alejandro,
</div>
<div>
</div>
<div>
this patch has worked for me.
</div>
<div>
</div>
<div>
Restart sunstone-server after apply the patch
</div>
<div>
</div>
<div>
Xavi.
</div>
<div>
<br />> On October 14, 2014 at 12:58 PM Alejandro Feijóo <alfeijoo@cesga.es> wrote:
<br />>
<br />>
<br />> Hi.
<br />>
<br />> today i tried to patch oneflow as Carlos said at:
<br />> http://dev.opennebula.org/issues/3177
<br />>
<br />> [code] ----------------------------
<br />>
<br />> $.each(service_template_json.DOCUMENT.TEMPLATE.BODY.roles,
<br />> function(index, role){
<br />> var div_id = "user_input_role_"+index;
<br />>
<br />> tmp_json = {};
<br />>
<br />> retrieveWizardFields($("#"+div_id, dialog), tmp_json);
<br />>
<br />> // alfeijoo //
<br />>
<br />> $.each(role.elasticity_policies, function(i, pol){
<br />> pol.expression = htmlDecode(pol.expression);
<br />> });
<br />>
<br />> // alfeijoo //
<br />>
<br />> role.user_inputs_values = tmp_json;
<br />>
<br />> extra_info.merge_template.roles.push(role);
<br />> });
<br />>
<br />> [/code] ---------------------------
<br />>
<br />>
<br />> but the problems remain.. something that i did wrong?
<br />>
<br />> Thanks in advance.
<br />>
<br />>
<br />> -
<br />>
<br />>
<br />> --
<br />> Alejandro Feijóo Fraga
<br />> Systems Technician
<br />> CESGA
<br />>
<br />> _______________________________________________
<br />> Users mailing list
<br />> Users@lists.opennebula.org
<br />> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
</div>
<div id="ox-signature">
--
<br />......................................................................
<br />Xavier Peralta Ramos
<br />Unitat d'Operacions i Seguretat
<br />Consorci de Serveis Universitaris de Catalunya (CSUC)
<br />
<br />Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
<br />T. T 93 205 6464· F. 93 205 6979 · xavier.peralta@csuc.cat
<br />......................................................................
</div>
</body></html>