mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Pass along last modification time to callback
This commit is contained in:
parent
44bddc9eb7
commit
aa3c0ca7c0
@ -90,7 +90,8 @@ egw.extend("data", egw.MODULE_APP_LOCAL, function (_app, _wnd) {
|
|||||||
"order": _result.order,
|
"order": _result.order,
|
||||||
"total": parseInt(_result.total),
|
"total": parseInt(_result.total),
|
||||||
"readonlys": _result.readonlys,
|
"readonlys": _result.readonlys,
|
||||||
"rows": _result.rows
|
"rows": _result.rows,
|
||||||
|
"lastModification": lastModification
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user