Commit 6b1de4f11683d227f503f573b99185d03eac0403
1 parent
bdac8820
Exists in
master
and in
112 other branches
second arg when delete record
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/TimeTableUI.js
@@ -571,7 +571,7 @@ Ext.define('amdaUI.TimeTableUI', { | @@ -571,7 +571,7 @@ Ext.define('amdaUI.TimeTableUI', { | ||
571 | if (selection) { | 571 | if (selection) { |
572 | var rowId = selection.get('cacheId'); | 572 | var rowId = selection.get('cacheId'); |
573 | this.TTGrid.getSelectionModel().deselectAll(); | 573 | this.TTGrid.getSelectionModel().deselectAll(); |
574 | - AmdaAction.removeTTCacheIntervalFromId(rowId, function (result, e) { | 574 | + AmdaAction.removeTTCacheIntervalFromId(rowId, false, function (result, e) { |
575 | this.status = result.status; | 575 | this.status = result.status; |
576 | this.TTGrid.getStore().reload(); | 576 | this.TTGrid.getStore().reload(); |
577 | }, this); | 577 | }, this); |