Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't try to render the DCAT endpoints if turned off by config #259

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

amercader
Copy link
Member

Fixes #230

The templates were always trying to create the endpoints URL, even if the routes were not registered in the blueprint because it was set to ckanext.dcat.enable_rdf_endpoints = False

Fixes #230

The templates were always trying to create the endpoints URL, even if
the routes were not registered in the blueprint because it was set to
ckanext.dcat.enable_rdf_endpoints = False
@amercader amercader merged commit 1109205 into master Nov 16, 2023
8 checks passed
@amercader amercader deleted the endpoints-disabled branch November 16, 2023 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Could not build url for endpoint 'dcat.read_catalog'
1 participant