Explorar el Código

HUE-923 [beeswax] On create table manually the external location file chooser doesn't let you choose a folder

Fixed JS error
Enrico Berti hace 13 años
padre
commit
e3e7fd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/beeswax/src/beeswax/templates/create_table_manually.mako

+ 1 - 1
apps/beeswax/src/beeswax/templates/create_table_manually.mako

@@ -438,7 +438,7 @@ ${layout.menubar(section='tables')}
                 onFolderChoose: function(filePath){
                     $("input[name='"+_destination+"']").val(filePath);
                     $("#chooseFile").modal("hide");
-                }
+                },
                 createFolder: false,
                 selectFolder: true,
                 uploadFile: false