Commit 576713c84b1a46fa265bb9da531257e2954bf104

Authored by Renato De Donato
1 parent 20f33314

preselect

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