* Etemplate - fix bug preventing Shift + Select until you refresh the app

This commit is contained in:
nathangray 2017-11-30 10:21:21 -07:00
parent bb35df1cc1
commit f45afa1b6b

View File

@ -935,7 +935,8 @@ var et2_dataview_controller = (function(){ "use strict"; return Class.extend({
"no_data": true },
function (_response) {
_callback.call(_context, _response.order);
}
},
_context
);
},