소스 검색

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