Skip to content

Commit

Permalink
Remove licence facet
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Oct 15, 2024
1 parent 387e888 commit c32ab56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckanext/alisea/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def dataset_facets(self, facet_dict, package_type):
("organization", "Organizations"),
("groups", "Groups"),
("agroecology_category", "Agroecology Category"),
("license_id", "Licence"),
("agroecology_keyword", "Agroecology Keyword"),
("res_format", "Format"),

Expand All @@ -64,7 +63,6 @@ def group_facets(self, facet_dict, group_type, package_type):
("organization", "Organizations"),
("groups", "Groups"),
("agroecology_category", "Agroecology Category"),
("license_id", "Licence"),
("agroecology_keyword", "Agroecology Keyword"),
("res_format", "Format"),

Expand All @@ -80,7 +78,6 @@ def organization_facets(self, facet_dict, organization_type, package_type):
("organization", "Organizations"),
("groups", "Groups"),
("agroecology_category", "Agroecology Category"),
("license_id", "Licence"),
("agroecology_keyword", "Agroecology Keyword"),
("res_format", "Format"),

Expand Down

0 comments on commit c32ab56

Please sign in to comment.