ckan icon indicating copy to clipboard operation
ckan copied to clipboard

add missing head_extras block

Open snokamedia opened this issue 1 year ago • 1 comments

added missing head_extras block used in default templates ckan/templates/package/read_base.html and ckan/templates/package/resource_read.html

Features:

  • [ ] includes tests covering changes
  • [ ] includes updated documentation
  • [ ] includes user-visible changes
  • [ ] includes API changes
  • [ ] includes bugfix for possible backport

snokamedia avatar Jun 13 '24 18:06 snokamedia

Thanks @snokamedia this makes sense. Can you restore the body_extras block as well? It is still used in at least one extension out there. It should go here.

These blocks were removed in #7672 . The removal of the config options made sense but the blocks should have been left there as they were used by other templates.

amercader avatar Jun 18 '24 14:06 amercader

Successfully created backport PR for dev-v2.11:

  • #8403

ckanbot avatar Aug 19 '24 11:08 ckanbot