浏览代码

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 年之前
父节点
当前提交
e3e7fd8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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