Commit 104493e7 by Torkel Ödegaard

SharePanel: fix for interval variables and auto value, Fixes #1056

parent b172e7af
......@@ -30,6 +30,7 @@ function (angular, _, kbn) {
var option = _.findWhere(variable.options, { text: urlValue });
option = option || { text: urlValue, value: urlValue };
this.setVariableValue(variable, option, true);
this.updateAutoInterval(variable);
}
else if (variable.refresh) {
this.updateOptions(variable);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment