Commit 6b1de4f11683d227f503f573b99185d03eac0403

Authored by elena
1 parent bdac8820

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 571 if (selection) {
572 572 var rowId = selection.get('cacheId');
573 573 this.TTGrid.getSelectionModel().deselectAll();
574   - AmdaAction.removeTTCacheIntervalFromId(rowId, function (result, e) {
  574 + AmdaAction.removeTTCacheIntervalFromId(rowId, false, function (result, e) {
575 575 this.status = result.status;
576 576 this.TTGrid.getStore().reload();
577 577 }, this);
... ...