mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix typo causing wrong record count after delete
This commit is contained in:
parent
46c80212ba
commit
f3762d9884
@ -480,7 +480,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
||||
// then triggers an invalidate, which may update the grid
|
||||
// this.dataview.grid.setTotalCount(this.options.settings.total);
|
||||
// Update directly instead
|
||||
this.dataview.grid._total -= this.options.settings.total;
|
||||
this.dataview.grid._total = this.options.settings.total;
|
||||
this.controller._selectionMgr._total = this.options.settings.total;
|
||||
this.header.count_total.text(this.options.settings.total+"");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user