mirror of https://github.com/apache/cloudstack.git
bug 13974
Fix table not including reorder column when switching filter status 13974: resolved fixed reviewed-by: jessica
This commit is contained in:
parent
bdd3c14ef1
commit
6795f3ed11
|
|
@ -1219,7 +1219,8 @@
|
|||
},
|
||||
listViewData.actions,
|
||||
{
|
||||
context: $listView.data('view-args').context
|
||||
context: $listView.data('view-args').context,
|
||||
reorder: listViewData.reorder
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue