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

This commit is contained in:
Torkel Ödegaard 2014-11-13 15:22:12 +01:00
parent b172e7afdc
commit 104493e725

View File

@ -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);