Skip to content

Commit

Permalink
Merge pull request #140 from GenomicDataInfrastructure/ART-11336-disp…
Browse files Browse the repository at this point in the history
…lay-dataset-type

Art 11336 display dataset type
  • Loading branch information
antoine-dorard-lnds authored Jan 13, 2025
2 parents 2efe99a + 2a3578b commit fa5f439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/gdi_userportal/logic/action/translation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"language",
"spatial_uri",
"theme",
"dcat_type",
]
RESOURCE_REPLACE_FIELDS = ["format", "language"]
DEFAULT_FALLBACK_LANG = "en"
Expand Down
1 change: 1 addition & 0 deletions ckanext/gdi_userportal/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class GdiUserPortalPlugin(plugins.SingletonPlugin):
"has_version",
"language",
"theme",
"dcat_type",
]

# IConfigurer
Expand Down

0 comments on commit fa5f439

Please sign in to comment.