You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Harvested DCAT metadata will have defined as media types (eg application/xml). In order for previews to work in CKAN, resource formats need to be defined as xml.
Eventually CKAN core should support media types (see ckan/ckan#1350 and ckan/ckan#1336), but in the meantime the extension could do the mapping automatically, perhaps using this:
Harvested DCAT metadata will have defined as media types (eg
application/xml
). In order for previews to work in CKAN, resource formats need to be defined asxml
.Eventually CKAN core should support media types (see ckan/ckan#1350 and ckan/ckan#1336), but in the meantime the extension could do the mapping automatically, perhaps using this:
https://github.com/ckan/ckan/blob/master/ckan/config/resource_formats.json
The text was updated successfully, but these errors were encountered: