ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Add fallback for dct:issued and dct:modified in resources #233

Closed seitenbau-govdata closed 1 year ago

seitenbau-govdata commented 1 year ago

We'd like to add a fallback for the serialization of the resource dates dct:issued and dct:modified, in the same way it is implemented for the dataset. To do so we use the CKAN internal dates created and _metadatamodified of the resource.

amercader commented 1 year ago

This makes sense @seitenbau-govdata , can you merge the latest master branch? that should fix the lint testing issues

seitenbau-govdata commented 1 year ago

@amercader Done. The pull request is now based on the current master. Thanks for fixing the testing issues.