mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed missing idQueue when using scripted dashboards
This commit is contained in:
parent
f7442f6016
commit
baabc298f5
@ -129,15 +129,12 @@ function (angular, _, config, kbn) {
|
||||
var self = this;
|
||||
|
||||
this.init = function() {
|
||||
_q = dashboard.current.services.query;
|
||||
|
||||
self.list = dashboard.current.services.query.list;
|
||||
self.ids = dashboard.current.services.query.ids;
|
||||
|
||||
// Check each query object, populate its defaults
|
||||
_.each(self.list,function(query) {
|
||||
query = self.defaults(query);
|
||||
console.log(query);
|
||||
});
|
||||
|
||||
if (self.ids.length === 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user