We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When on dataset detail page you click on Organisation icon/logo or Organisation title, the link is incorrect and leads tot 'Page not found'.
Steps to reproduce the behavior:
Expected behavior The organisation link generated is: https://demo.getdkan.org/dataset/1f2042ad-c513-4fcf-a933-cae6c6fd35e6/search?publisher__name=National%20Health%20Council While it should be: https://demo.getdkan.org/search?publisher__name=National%20Health%20Council
Screenshots
The text was updated successfully, but these errors were encountered:
Thanks for catching this, there was a missing / in the component. This is partially fixed in this commit but there is another link missed.
/
This should be fixed with GetDKAN/data-catalog-components@90c1afa
https://demo.getdkan.org/dataset/1f2042ad-c513-4fcf-a933-cae6c6fd35e6
Sorry, something went wrong.
No branches or pull requests
When on dataset detail page you click on Organisation icon/logo or Organisation title, the link is incorrect and leads tot 'Page not found'.
Steps to reproduce the behavior:
Expected behavior
The organisation link generated is:
https://demo.getdkan.org/dataset/1f2042ad-c513-4fcf-a933-cae6c6fd35e6/search?publisher__name=National%20Health%20Council
While it should be:
https://demo.getdkan.org/search?publisher__name=National%20Health%20Council
Screenshots
The text was updated successfully, but these errors were encountered: