- Issue created by @goz
- Merge request !6411Issue #3418396: Ajax pagination is broken when some links has no href β (Open) created by goz
- Status changed to Needs review
about 1 year ago 3:50pm 31 January 2024 - Status changed to Needs work
about 1 year ago 8:33pm 31 January 2024 - πΊπΈUnited States smustgrave
Thanks for reporting, will need a failing test show the issue.
- π©πͺGermany mbuechner Frankfurt am Main
I can confirm this. Here is a (quick) patch for the problem.
- π©πͺGermany mbuechner Frankfurt am Main
Please ignore the previous patch. I have attached the wrong file. :-(
- πΊπΈUnited States xjm
All changes go into 11.x first. Also, we should not create patch files when there is already a merge request, so @mbuechner please work on the MR instead to receive credit for contributing to the issue. :)
Hiding the patch files.
- πΊπΈUnited States xjm
The eslint job is failing, but I wasn't able to understand why from the logs. I reran it to confirm. Maybe someone could run the esllint job locally and see what coding standards issues there might be?
I recently performed a fresh Drupal installation and used the Devel module's content generator to create multiple article nodes. After creating a View with a full pager to display the articles, I encountered an Html::escape() error when previewing the View. Has anyone faced a similar issue or knows how to resolve this?