Add the selected measure to the metric options even if it's not a valid one.
This commit is contained in:
Родитель
a895dd6c23
Коммит
f56108c57a
|
@ -436,7 +436,7 @@ function updateOptions(callback) {
|
|||
}
|
||||
|
||||
multiselectSetOptions($("#measure"), getHumanReadableOptions("measure",
|
||||
deduplicate(optionsMap.metric || [])));
|
||||
deduplicate(optionsMap.metric || []).concat(gInitialPageState.measure)));
|
||||
$("#measure")
|
||||
.multiselect("select", gInitialPageState.measure);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче