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 212f4d769..d264e63da 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 @@ -525,7 +525,6 @@ DataTableCellUI.prototype._startEdit = function(elmt) { {}, { onDone: function(o) { - Refine.preparePool(o.pool); if (o.cell.r) { o.cell.r = o.pool.recons[o.cell.r]; }