Commit 773953973fa6b5c319cb9cad23d395858565ad61

Authored by Luigi Serra
1 parent 15509ec7

controllets and base datatel behavior update

controllets/data-sevc-controllet/data-sevc-controllet.html
... ... @@ -868,6 +868,7 @@ Example:
868 868  
869 869 switch(next_selected_pass){
870 870 case 0:
  871 + this.$.data_url.value = "";
871 872 this.$.fields_treeview.setAttribute("json-data", null);
872 873 this.$.fields_treeview.setAttribute("preselected-fields", null);
873 874 this.$.fields_treeview.ready();//chrome
... ...