Skip to content

Commit

Permalink
application.properties: add new property to enum and config_service (#…
Browse files Browse the repository at this point in the history
…10942)

* app.properties: add new download_custom_buttons_json to enum and confic_service property list

* FrontendProperty enum: fix ordering so list ends on correct line

---------

Co-authored-by: Denis Papp <denis@arriboworks.com>
  • Loading branch information
pappde and Denis Papp authored Aug 15, 2024
1 parent 3fda07c commit b3ae689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,11 @@ public enum FrontendProperty {
clinical_attribute_product_limit("clinical_attribute_product_limit", null),
skin_right_nav_show_web_tours("skin.right_nav.show_web_tours", "false"),

download_custom_buttons_json("download_custom_buttons_json", null),

enable_study_tags("enable_study_tags", null),
enable_darwin("enable_darwin", null);


private final String propertyName;
private final String defaultValue;

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/webapp/config_service.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
"study_download_url",
"skin.home_page.show_reference_genome",
"vaf.sequential_mode.default",
"vaf.log_scale.default"
"vaf.log_scale.default",
"download_custom_buttons_json",
};


Expand Down

0 comments on commit b3ae689

Please sign in to comment.