mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
parent
821ecfaf4b
commit
8b9cf9d611
@ -317,6 +317,13 @@ define(function(require) {
|
||||
var tmp_json = {};
|
||||
|
||||
$.extend( tmp_json, WizardFields.retrieve($("#"+div_id, context)) );
|
||||
$.each(tmp_json, function(key, value){
|
||||
if (Array.isArray(value)){
|
||||
delete tmp_json[key];
|
||||
tmp_json[key] = value.join(",");
|
||||
}
|
||||
});
|
||||
|
||||
temp_role.user_inputs_values = tmp_json;
|
||||
|
||||
var stringCustomValues = TemplateUtils.templateToString(extra_info.merge_template.custom_attrs_values);
|
||||
|
Loading…
x
Reference in New Issue
Block a user