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 42ba7c26e..816e2430a 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 @@ -427,13 +427,13 @@ DataTableCellUI.prototype._startEdit = function(elmt) { } else { Refine.postCoreProcess( "edit-one-cell", + {}, { row: self._rowIndex, cell: self._cellIndex, value: value, type: type - }, - null, + }, {}, { onDone: function(o) {