mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Enable using knownUIDs and lastModification timestamp to avoid sending unchanged rows back to client
This commit is contained in:
@ -811,6 +811,8 @@ var et2_dataview_controller = Class.extend({
|
||||
},
|
||||
|
||||
_fetchCallback: function (_response) {
|
||||
this.self._lastModification = _response.lastModification;
|
||||
|
||||
// Do nothing if _response.order evaluates to false
|
||||
if (!_response.order)
|
||||
{
|
||||
|
Reference in New Issue
Block a user