bug 13974

Fix table not including reorder column when switching filter

status 13974: resolved fixed
reviewed-by: jessica
This commit is contained in:
Brian Federle 2012-02-23 16:18:11 -08:00
parent bdd3c14ef1
commit 6795f3ed11
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
}
);
};