mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Pass along internal lastModification time, and use it
This commit is contained in:
parent
7d07d51265
commit
987af6b473
@ -436,6 +436,7 @@ var et2_dataview_controller = Class.extend({
|
||||
"self": this,
|
||||
"start": query.start,
|
||||
"count": query.num_rows,
|
||||
"lastModification": this._lastModification
|
||||
};
|
||||
if(this.dataStorePrefix)
|
||||
{
|
||||
|
@ -156,6 +156,8 @@ egw.extend("data", egw.MODULE_APP_LOCAL, function (_app, _wnd) {
|
||||
_callback, _context, _knownUids)
|
||||
{
|
||||
var lm = lastModification;
|
||||
if(typeof _context.lastModification != "undefined") lm = _context.lastModification;
|
||||
|
||||
if (_queriedRange["no_data"])
|
||||
{
|
||||
lm = 0xFFFFFFFFFFFF;
|
||||
|
Loading…
Reference in New Issue
Block a user