mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Various bug fixes in the grid, implemented prefetching, workaround for performance issues regarding update, removed _lastModification
This commit is contained in:
@ -108,8 +108,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(
|
||||
/** -- Implementation of et2_IDataProvider -- **/
|
||||
|
||||
|
||||
dataFetch: function (_queriedRange, _lastModification, _callback,
|
||||
_context) {
|
||||
dataFetch: function (_queriedRange, _callback, _context) {
|
||||
// Pass the fetch call to the API, multiplex the data about the
|
||||
// nextmatch instance into the call.
|
||||
this.egw.dataFetch(
|
||||
@ -117,7 +116,6 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(
|
||||
_queriedRange,
|
||||
this._filters,
|
||||
this._widgetId,
|
||||
_lastModification,
|
||||
_callback,
|
||||
_context);
|
||||
},
|
||||
|
Reference in New Issue
Block a user