fix.patch
src/sunstone/public/js/plugins/oneflow-templates.js | ||
---|---|---|
1927 | 1927 | |
1928 | 1928 |
retrieveWizardFields($("#"+div_id, dialog), tmp_json); |
1929 | 1929 | |
1930 |
$.each(role.elasticity_policies, function(i, pol){ |
|
1931 |
pol.expression = htmlDecode(pol.expression); |
|
1932 |
}); |
|
1933 | ||
1930 | 1934 |
role.user_inputs_values = tmp_json; |
1931 | 1935 | |
1932 | 1936 |
extra_info.merge_template.roles.push(role); |