openeuropa / bootstrap-component-library

Openeuropa Bootstrap Component Library
https://oelibrary.netlify.app/
MIT License
14 stars 9 forks source link

Preserve pagination list classes #565

Open msnassar opened 8 months ago

msnassar commented 8 months ago

The classes for the pagination list passed by drupal are lost due to not allowing drupal to pass classes for the list https://github.com/openeuropa/bootstrap-component-library/blob/development/src/components/bcl-pagination/pagination.html.twig#L109.

Due to this, ajax on pagination is not working in drupal. The pagination requires "js-pager__items" class

msnassar commented 8 months ago

Here is a proposed solution https://github.com/openeuropa/bootstrap-component-library/pull/566

AaronGilMartinez commented 2 months ago

Hi @msnassar closing this issue since is a duplicate, the issue will be fixed in oe_bootstrap_theme, thanks!

brummbar commented 2 months ago

This is actually a fix needed too in order to complete the task.