diff --git a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js index d1ee5e656..212f4d769 100644 --- a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js +++ b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js @@ -394,7 +394,6 @@ DataTableCellUI.prototype._postProcessOneCell = function(command, params, bodyPa { columnStatsChanged: columnStatsChanged }, { onDone: function(o) { - Refine.preparePool(o.pool); if (o.cell.r) { o.cell.r = o.pool.recons[o.cell.r]; }