Skip to content

Commit

Permalink
Fix Export Function of Experimental info
Browse files Browse the repository at this point in the history
Fixed a bug that causes phenotype export button fail to export experimental info.
  • Loading branch information
Felicity117 committed Oct 3, 2019
1 parent 7ac15eb commit 0575b20
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ private void getPreviewPanel(){
}

for(String selected : selectedDescriptors){
if(selected.equals(PhenotypeConstants.ADD_NEW_PARAMETER)){
if(selected.equals(PhenotypeConstants.EXPERIMENT_INFO)){
columnames.add("exp_name");
columnames.add("exp_factor_name");
columnames.add("exp_factor_type");
Expand Down
Binary file modified AccreteGB/Excutable/AccreteGB_v1.2.0.jar
Binary file not shown.
Binary file modified AccreteGB/Excutable/AccreteGB_v1.2.0_demo.jar
Binary file not shown.

0 comments on commit 0575b20

Please sign in to comment.