ckan / ckanext-dcat

CKAN ♥ DCAT
https://docs.ckan.org/projects/ckanext-dcat
165 stars 145 forks source link

Fix a crashing NotFound #41

Closed rossjones closed 9 years ago

rossjones commented 9 years ago

The controller was calling an action function that might raise a NotFound exception from package_show deeper down the stack.

This provides a fix, and a test that requests a new UUID (so that it will be not found) and we expect a 404.

Fixes #40