mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 15:00:07 +01:00
Deactivated last commit (slow because pending requests are ignored), lastModification is now set per app in the model
This commit is contained in:
parent
1dec823e45
commit
1be50220a8
@ -232,8 +232,8 @@ var et2_dataview_controller = Class.extend({
|
|||||||
_queueFetch: function (_start, _numRows, _refresh, _immediate) {
|
_queueFetch: function (_start, _numRows, _refresh, _immediate) {
|
||||||
|
|
||||||
// Force immediate to be false
|
// Force immediate to be false
|
||||||
_immediate = _immediate ? _immediate : false;
|
// _immediate = _immediate ? _immediate : false;
|
||||||
// _immediate = true;
|
_immediate = true;
|
||||||
|
|
||||||
// Push the request onto the request queue
|
// Push the request onto the request queue
|
||||||
this._queue.push({
|
this._queue.push({
|
||||||
|
Loading…
Reference in New Issue
Block a user