File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.0.6
2+ - fix: plugin did not implement `IConfigDeclaration`
131.0.5
24 - fix: correctly identify intra-dataset basins via basin identifiers
35 - fix: list all features available in intra-dataset basins
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class DCServePlugin(plugins.SingletonPlugin):
1717 plugins .implements (plugins .IBlueprint )
1818 plugins .implements (plugins .IClick )
1919 plugins .implements (plugins .IConfigurer , inherit = True )
20+ plugins .implements (plugins .IConfigDeclaration , inherit = True )
2021 plugins .implements (plugins .IResourceController , inherit = True )
2122 plugins .implements (plugins .IActions , inherit = True )
2223 plugins .implements (plugins .ITemplateHelpers )
@@ -69,8 +70,7 @@ def declare_config_options(
6970 "create intra-dataset basins when condensing uploaded DC files"
7071 )
7172
72- declaration .declare_bool (
73- dc_serve_group .tmp_dir , True ).set_description (
73+ declaration .declare (dc_serve_group .tmp_dir ).set_description (
7474 "temporary directory for creating condensed resource files"
7575 )
7676
You can’t perform that action at this time.
0 commit comments