mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-08 21:17:43 +03:00
(cherry picked from commit b29a31a4f049b1cc07c3a2ee5034504157a5781d)
This commit is contained in:
parent
4b89382035
commit
ccfecb71df
@ -87,7 +87,6 @@ define(function(require) {
|
||||
"select_callback": function(aData, options) {
|
||||
// If the image is selected by Id, avoid overwriting it with name+uname
|
||||
if ($("#IMAGE_ID", context).val() != aData[options.id_index]) {
|
||||
$("input[wizard_field]", context).val("");
|
||||
$("#IMAGE_ID", context).val("");
|
||||
$("#IMAGE", context).val(aData[options.name_index]);
|
||||
$("#IMAGE_UNAME", context).val(aData[options.uname_index]);
|
||||
|
Loading…
Reference in New Issue
Block a user