mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
(cherry picked from commit b29a31a4f049b1cc07c3a2ee5034504157a5781d) (cherry picked from commit ccfecb71dfa78e38cffa0afa8cf55448dbc99351)
This commit is contained in:
parent
68d6a3ab28
commit
eaa68aa140
@ -82,7 +82,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…
x
Reference in New Issue
Block a user