forked from extern/egroupware
* Etemplate - fix bug preventing Shift + Select until you refresh the app
This commit is contained in:
parent
b70be14b92
commit
0650989615
@ -935,7 +935,8 @@ var et2_dataview_controller = (function(){ "use strict"; return Class.extend({
|
|||||||
"no_data": true },
|
"no_data": true },
|
||||||
function (_response) {
|
function (_response) {
|
||||||
_callback.call(_context, _response.order);
|
_callback.call(_context, _response.order);
|
||||||
}
|
},
|
||||||
|
_context
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user