diff --git a/ckanext/odsh/plugin.py b/ckanext/odsh/plugin.py index 884f94ff47d5a473fe480bf2b3ec8c98e72af4c3..09580aba11d31493ce543f5815db0e468949f1df 100644 --- a/ckanext/odsh/plugin.py +++ b/ckanext/odsh/plugin.py @@ -379,10 +379,14 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm def dataset_facets(self, facets_dict, package_type): return OrderedDict({'organization': _('Herausgeber'), - 'res_format': _('Dateiformat'), - 'license_title': _('Lizenz'), + #'res_format': _('Dateiformat'), 'groups': _('Kategorie'), - 'openness': _('Open-Data-Eigenschaften')}) + #'license_title': _('Lizenz'), + #'openness': _('Open-Data-Eigenschaften'), + 'subject': _('Informationsgegenstand') + }) + + def organization_facets(self, facets_dict, organization_type, package_type): return OrderedDict({'organization': _('Herausgeber'),