Fix dialog

This commit is contained in:
OVSharova 2021-12-10 08:13:19 +03:00
parent 859f2174e6
commit 931d281efa

View file

@ -125,7 +125,7 @@ define([
onGroupSelect: function (combo, record) {
this._state.activeGroup = record.id;
this._state.activeGroupValue = record.value;
this._state.activeGroupValue = record.get('value');
this.cmbLevel.store.reset(Common.define.effectData.getLevelEffect(record.id == 'menu-effect-group-path'));
this.cmbLevel.selectRecord(this.cmbLevel.store.models[0]);
this.onLevelSelect(undefined,this.cmbLevel.store.models[0]);