Use last comment's time for pagination

This commit is contained in:
Vincent Petry 2016-01-28 14:26:07 +01:00
parent 29386eccf9
commit 67a36a2cca

View File

@ -75,7 +75,7 @@
' <oc:limit>' + this._limit + '</oc:limit>\n';
if (this.length > 0) {
body += ' <oc:datetime>' + this.first().get('creationDateTime') + '</oc:datetime>\n';
body += ' <oc:datetime>' + this.last().get('creationDateTime') + '</oc:datetime>\n';
}
body += '</D:report>\n';