Presets fix: properly process options withing option groups
parent
cfba903fa5
commit
8e1c48efce
|
@ -51,7 +51,7 @@ class PresetsDetailedDialog {
|
||||||
}
|
}
|
||||||
|
|
||||||
_getFinalCliText() {
|
_getFinalCliText() {
|
||||||
const optionsToInclude = this._domOptionsSelect.multipleSelect("getSelects", "text");
|
const optionsToInclude = this._domOptionsSelect.multipleSelect("getSelects", "value");
|
||||||
return this._presetsRepo.removeUncheckedOptions(this._preset.originalPresetCliStrings, optionsToInclude);
|
return this._presetsRepo.removeUncheckedOptions(this._preset.originalPresetCliStrings, optionsToInclude);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue