forked from extern/egroupware
* All apps: fix last rows was removed when adding new entry to list with only a couple of rows
see ticket #48204, we do a full refresh now to work around this issue until we have a real fix
This commit is contained in:
@ -277,6 +277,12 @@ var et2_dataview_controller = /** @class */ (function () {
|
||||
}
|
||||
return row;
|
||||
};
|
||||
/**
|
||||
* Returns the current "total" count.
|
||||
*/
|
||||
et2_dataview_controller.prototype.getTotalCount = function () {
|
||||
return this._grid.getTotalCount();
|
||||
};
|
||||
/* -- PRIVATE FUNCTIONS -- */
|
||||
et2_dataview_controller.prototype._getIndexEntry = function (_idx) {
|
||||
// Create an entry in the index map if it does not exist yet
|
||||
|
Reference in New Issue
Block a user