mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-6120: UI > listView widget > reorder list > drap to new position > fix a JS error "map1 is undefined".
This commit is contained in:
parent
e9460d23d5
commit
e2b13a344a
@ -1210,7 +1210,7 @@
|
||||
},
|
||||
stop: function(event, ui) {
|
||||
rowActions._std($tr, function() {});
|
||||
|
||||
var map1 = {};
|
||||
$tr.closest('tbody').find('tr').each(function() {
|
||||
/*
|
||||
* fire only one sorting API call(updateXXXXXXX&sortKey=n&id=UUID) for items who have the same UUID.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user