GetDKAN / dkan2

Deprecated: please use the 2.x branch of the dkan repo
https://github.com/GetDKAN/dkan
GNU General Public License v2.0
18 stars 16 forks source link

Update Routing for Frontend #333

Closed dgading closed 4 years ago

dgading commented 4 years ago

When adding new datasets, a cache clear was required before Drupal's routing system could find the new dataset. This PR switches the datasets path to use a wildcard in the router yaml file instead of building all the routes on cache clear based off the Gatsby public folder.