[DE] Fix Bug 37975, Bug 37973

This commit is contained in:
Julia Radzhabova 2018-06-19 13:02:30 +03:00
parent 98487cff2c
commit 5cfc42a588

View file

@ -267,6 +267,10 @@ define([
var store = this.bookmarksList.store;
var idx = _.indexOf(store.models, rec[0]);
store.remove(rec[0]);
this.txtName.setValue('');
this.btnAdd.setDisabled(true);
this.btnGoto.setDisabled(true);
this.btnDelete.setDisabled(true);
}
},