Răsfoiți Sursa

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

Fixed JS error
Enrico Berti 13 ani în urmă
părinte
comite
e3e7fd8

+ 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