Fix bug this doesn't work field "Value Type"

In tab "Interface argument" select element "Value Type"
doesn't work. By button click always are added "String"
Value Type. I fix this bug.

Change-Id: Id0b5d28bab5ede5c9b75c568e2ccb09ff888716a
Closes-bug: 1596883
This commit is contained in:
Mikhail Lelyakin 2016-08-05 15:02:09 +03:00
parent f0df2dab82
commit 9ea6a04c0f
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ horizon.job_interface_arguments = {
replace(/\$required/g, required).
replace(/\$default_value/g, default_value);
this.job_interface.find("div:last").after(tmp);
$("#argument_value_type_" + id).val(value_type.toLowerCase().replace(" ", "_"));
this.job_interface.show();
this.set_argument_ids();
},