mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Fix blank list on refresh, related to r47042
This commit is contained in:
parent
893091e286
commit
1f4c8a0c03
@ -169,7 +169,7 @@ var et2_dataview_controller = Class.extend({
|
||||
}
|
||||
|
||||
// Require that range from the server
|
||||
this._queueFetch(et2_bounds(range.top, clear ? 0 : range.bottom + 1), true);
|
||||
this._queueFetch(et2_bounds(range.top, clear ? 0 : range.bottom + 1), 0, true);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user