Pass along internal lastModification time, and use it

This commit is contained in:
Nathan Gray
2013-02-27 18:00:15 +00:00
parent 7d07d51265
commit 987af6b473
2 changed files with 3 additions and 0 deletions

View File

@ -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)
{