Spaceless Tag is Deprecated in Drupal 10

Created on 11 August 2023, over 1 year ago
Updated 9 September 2023, over 1 year ago

Steps to reproduce

1. Upgrade to Drupal 10 (I am on 10.1.2, but this is probably and issue for all d10 sites)
2. Set a view up to display @exposed_filter_summary in a view.
3. Use an exposed filter with the view.
4. An exception is thrown.

Debugging the exception in ViewsFiltersSummary.php shows the following error

#message: "Unknown "spaceless" tag."
  #code: 0
  #file: "/app/web/modules/contrib/views_filters_summary/templates/views-filters-summary.html.twig"

{% spaceless %} tag is deprecated in twig 2.7. The correct syntax should be {% apply spaceless %}. See patch.

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024