
Problem/Motivation
This module is not compatible with Drupal 10.
Proposed resolution
In order to fix the problem, I created a patch.
Comment | File | Size | Author |
---|---|---|---|
#3 | make-template-twig-3-compatible.diff | 494 bytes | chekka.de |
make-module-compatible-drupal10_pcp.patch | 412 bytes | andriy khomych |
Issue fork pcp-3389897
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
chekka.de CreditAttribution: chekka.de commentedMake template Twig 3 compatible.
In "templates/pcp-template.html.twig"
{% spaceless %} … {% endspaceless %}
is used.Twig 3 uses
{% apply spaceless %} … {% endapply %}
Reference: https://www.drupal.org/node/3256890
Comment #4
florisg CreditAttribution: florisg at 040lab commentedConfirm this works in Drupal 10.3.1
Thank you.
Comment #5
rajan kumar@2026 CreditAttribution: rajan kumar@2026 commentedComment #6
klausiLooks good to me!
I will contact @sutharsan to merge this and make a new release.
Comment #7
klausisutharsan is not maintaining this module anymore. I contacted BarisW to merge this and make a new release.