Merge pull request #1566 from Vern1erCa11per/fix/reorder/mode
fix #1565 fix reorder with rows mode
This commit is contained in:
commit
47d7e5b523
@ -769,7 +769,10 @@ DataTableView.prototype._createSortingMenu = function(elmt) {
|
|||||||
Refine.postCoreProcess(
|
Refine.postCoreProcess(
|
||||||
"reorder-rows",
|
"reorder-rows",
|
||||||
null,
|
null,
|
||||||
{ "sorting" : JSON.stringify(self._sorting) },
|
{
|
||||||
|
"sorting" : JSON.stringify(self._sorting),
|
||||||
|
"mode" : ui.browsingEngine.getMode()
|
||||||
|
},
|
||||||
{ rowMetadataChanged: true },
|
{ rowMetadataChanged: true },
|
||||||
{
|
{
|
||||||
onDone: function() {
|
onDone: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user