Commit 576713c84b1a46fa265bb9da531257e2954bf104

Authored by Renato De Donato
1 parent 20f33314

preselect

controllets/select-visualization-controllet/select-datalet-inputs.html
@@ -247,6 +247,8 @@ @@ -247,6 +247,8 @@
247 this.fireReady(); 247 this.fireReady();
248 }, 0); 248 }, 0);
249 } 249 }
  250 + else
  251 + this.fireReady();
250 }, 252 },
251 253
252 getSelectedFields : function () { 254 getSelectedFields : function () {
controllets/select-visualization-controllet/select-datalet-inputs_series.html
@@ -235,6 +235,8 @@ @@ -235,6 +235,8 @@
235 this.fireReady(); 235 this.fireReady();
236 }, 0); 236 }, 0);
237 } 237 }
  238 + else
  239 + this.fireReady();
238 }, 240 },
239 241
240 getSelectedFields : function () { 242 getSelectedFields : function () {