mirror of https://github.com/apache/cloudstack.git
bug 13974
Fix table not including reorder column when switching filter
This commit is contained in:
parent
02595f1b33
commit
7f6d6c6b87
|
|
@ -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