bug 13974

Fix table not including reorder column when switching filter
This commit is contained in:
Brian Federle 2012-02-23 16:17:04 -08:00
parent 02595f1b33
commit 7f6d6c6b87
1 changed files with 2 additions and 1 deletions

View File

@ -1219,7 +1219,8 @@
},
listViewData.actions,
{
context: $listView.data('view-args').context
context: $listView.data('view-args').context,
reorder: listViewData.reorder
}
);
};