[one-users] oneflow patch not work

Alejandro Feijóo alfeijoo at cesga.es
Tue Oct 14 03:58:43 PDT 2014


Hi.

today i tried to patch oneflow as Carlos said at: 
http://dev.opennebula.org/issues/3177

[code] ----------------------------

         $.each(service_template_json.DOCUMENT.TEMPLATE.BODY.roles, 
function(index, role){
             var div_id = "user_input_role_"+index;

             tmp_json = {};

             retrieveWizardFields($("#"+div_id, dialog), tmp_json);

// alfeijoo //

             $.each(role.elasticity_policies, function(i, pol){
                 pol.expression = htmlDecode(pol.expression);
             });

// alfeijoo //

             role.user_inputs_values = tmp_json;

             extra_info.merge_template.roles.push(role);
         });

[/code] ---------------------------


but the problems remain.. something that i did wrong?

Thanks in advance.


-


-- 
Alejandro Feijóo Fraga
Systems Technician
CESGA



More information about the Users mailing list