mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Fix nm displayed row count was not updated when adding a row.
This seems to have resolved the issue of the last row going missing.
This commit is contained in:
@@ -608,6 +608,8 @@ var et2_nextmatch = /** @class */ (function (_super) {
|
||||
if (index === false) {
|
||||
return false;
|
||||
}
|
||||
// Increase displayed row count
|
||||
this.controller._grid.setTotalCount(this.controller._grid.getTotalCount() + 1);
|
||||
// Insert at the top of the list, or where app said
|
||||
var entry = this.controller._selectionMgr._getRegisteredRowsEntry(uid);
|
||||
entry.idx = typeof index == "number" ? index : 0;
|
||||
|
Reference in New Issue
Block a user