From 6b1de4f11683d227f503f573b99185d03eac0403 Mon Sep 17 00:00:00 2001 From: elena Date: Thu, 8 Oct 2015 10:22:17 +0200 Subject: [PATCH] second arg when delete record --- js/app/views/TimeTableUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/views/TimeTableUI.js b/js/app/views/TimeTableUI.js index 338f622..ba915cc 100755 --- a/js/app/views/TimeTableUI.js +++ b/js/app/views/TimeTableUI.js @@ -571,7 +571,7 @@ Ext.define('amdaUI.TimeTableUI', { if (selection) { var rowId = selection.get('cacheId'); this.TTGrid.getSelectionModel().deselectAll(); - AmdaAction.removeTTCacheIntervalFromId(rowId, function (result, e) { + AmdaAction.removeTTCacheIntervalFromId(rowId, false, function (result, e) { this.status = result.status; this.TTGrid.getStore().reload(); }, this); -- libgit2 0.21.2