Now sending _lastModification

This commit is contained in:
Andreas Stöckel
2012-03-23 15:04:49 +00:00
parent 23b1e10927
commit f6484aa626
2 changed files with 8 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(
setFilters: function (_filters) {
// Update the filters, reset the "lastModification"
this._filters = _filters;
this._lastModified = null;
this._lastModification = null;
// Trigger an update
this.update();