[DE] Fix Bug 37975, Bug 37973
This commit is contained in:
parent
98487cff2c
commit
5cfc42a588
|
@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue