Skip to content

Ajax for pager.html.twig is broken #1636

@RaphTbm

Description

@RaphTbm

HTML class js-pager__items is missing on the container.
For non-breaking-change, we should be able at least to extend the oe_theme template and set extra_classes.

{% if ecl_items %}
  {% include '@ecl-twig/pagination' with {
    'items': ecl_items,
    'extra_classes': 'js-pager__items'
  } %}
{% endif %}

Best!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions