spaceless tag deprecated in twig 3

Created on 13 March 2024, 9 months ago
Updated 2 July 2024, 5 months ago

Problem/Motivation

when using the notification_system_dispatch_mail module, running the notification_system_dispatch queue results in the following error:

Unknown "spaceless" tag in "__string_template__677c74a0e53c01b91e67e26cbf94a4a4" at line 1.

Steps to reproduce

- enable notification_system_dispatch_mail module
- queue a notification
- run the notification_system_dispatch queue

Proposed resolution

replace {% spaceless %} and {% endspaceless %} with {% apply spacelesss %} and {% endapply %} as suggested here https://www.drupal.org/project/drupal/issues/3094850 πŸ“Œ Remove usage of spaceless tag in Twig templates Closed: outdated

πŸ› Bug report
Status

Fixed

Version

1.0

Component

dispatch_email

Created by

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024