From a0804a60d58e2c22868749830cc6ccb5dd38f5c6 Mon Sep 17 00:00:00 2001 From: toavina Date: Thu, 5 Sep 2024 10:53:13 +0300 Subject: [PATCH] refactoring --- ckanext/zarr/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckanext/zarr/plugin.py b/ckanext/zarr/plugin.py index c22c880..02b1642 100644 --- a/ckanext/zarr/plugin.py +++ b/ckanext/zarr/plugin.py @@ -45,9 +45,9 @@ def update_config(self, config_): # IFacets def dataset_facets(self, facet_dict, package_type): new_fd = OrderedDict() - new_fd['program_area'] = plugins.toolkit._('Program Areas') - new_fd['tags'] = plugins.toolkit._('Tags') new_fd['organization'] = plugins.toolkit._('Organizations') + new_fd['tags'] = plugins.toolkit._('Tags') + new_fd['groups'] = plugins.toolkit._('Topics') return new_fd # IResourceController