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
I thought we could add a custom template for ckanext-geodatagov for https://github.com/okfn/ckan/blob/master/ckan/templates/snippets/facet_list.html#L34 however that line even if I change it to: {% with items = items or h.get_facet_items_dict(facet=name, limit=0) %} it's still not working.
{% with items = items or h.get_facet_items_dict(facet=name, limit=0) %}
It seems to be because this https://github.com/okfn/ckan/blob/master/ckan/controllers/package.py#L267 is overriding everything not matter what I put into the template.
The text was updated successfully, but these errors were encountered:
fixed in ckan/ckan#788 but needs merge etc
Sorry, something went wrong.
No branches or pull requests
I thought we could add a custom template for ckanext-geodatagov for https://github.com/okfn/ckan/blob/master/ckan/templates/snippets/facet_list.html#L34 however that line even if I change it to:
{% with items = items or h.get_facet_items_dict(facet=name, limit=0) %}
it's still not working.It seems to be because this https://github.com/okfn/ckan/blob/master/ckan/controllers/package.py#L267 is overriding everything not matter what I put into the template.
The text was updated successfully, but these errors were encountered: