From f45afa1b6b837e782e77a4ee5e3334707db39c5a Mon Sep 17 00:00:00 2001 From: nathangray Date: Thu, 30 Nov 2017 10:21:21 -0700 Subject: [PATCH] * Etemplate - fix bug preventing Shift + Select until you refresh the app --- api/js/etemplate/et2_dataview_controller.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/js/etemplate/et2_dataview_controller.js b/api/js/etemplate/et2_dataview_controller.js index 93ef732dae..2a2db4dc8c 100644 --- a/api/js/etemplate/et2_dataview_controller.js +++ b/api/js/etemplate/et2_dataview_controller.js @@ -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 ); },