mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Improve applyFilters(), no longer blanks nextmatch before re-filling
This commit is contained in:
@ -154,7 +154,7 @@ var et2_dataview_controller = Class.extend({
|
||||
}
|
||||
|
||||
// Require that range from the server
|
||||
this._queueFetch(et2_bounds(range.top, range.bottom + 1), true);
|
||||
this._queueFetch(et2_bounds(range.top, clear ? 0 : range.bottom + 1), true);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user