1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug #3251: Better name selection

This commit is contained in:
Carlos Martín 2014-10-24 13:15:09 +02:00
parent 41fd29f546
commit 825e9d82a8

View File

@ -6516,6 +6516,8 @@ function selectResourceTableSelect(section, context_id, opts){
var options = $('#selected_ids_row_'+context_id, section).data("options");
if(options.multiple_choice){
refreshResourceTableSelect(section, context_id);
var data_ids = $('#selected_ids_row_'+context_id, section).data("ids");
data_ids = {};
@ -6613,9 +6615,9 @@ function selectResourceTableSelect(section, context_id, opts){
$('#selected_resource_name_'+context_id, section).text( row_name ).change();
$('#selected_resource_name_'+context_id, section).show();
}
refreshResourceTableSelect(section, context_id);
refreshResourceTableSelect(section, context_id);
}
}
//==============================================================================