[SSE] Refactoring

This commit is contained in:
Julia Radzhabova 2020-09-17 17:00:17 +03:00
parent a4965064eb
commit edfcd54b95

View file

@ -1769,7 +1769,6 @@ define([
if (listStyles.menuPicker.store.length > 0 && listStyles.rendered) {
rec = rec ? listStyles.menuPicker.store.findWhere({name: rec.get('name')}) : null;
listStyles.fillComboView(rec ? rec : listStyles.menuPicker.store.at(0), true, true);
rec ? listStyles.selectRecord(rec) : listStyles.selectByIndex(0);
}
window.styles_loaded = true;
},