I have created a custom token for the PDF link but after the Drupal update (from 10.1.6 to 10.2.7) this is not working.
Please find the attached screenshot (the token is visible in available tokens)
[webform_submission:webform_download_file:htmldecode]
Thanks.
rahul_sankrit → created an issue.
The issue has been resolved by updating from 10.1.8 to 10.2.0.
Then updating from 10.2.0 to 10.2.7
Thanks.
rahul_sankrit → created an issue.
rahul_sankrit → created an issue.
I'm also facing the same issue, I am using Drupal 10.1.5 and Module CDN Version: 4.0.2.
Thanks.
This is resolved now after updating the latest version of the APE module (8.x-1.6).
composer require 'drupal/ape:^1.6'
Thanks.
This issue is resolved now for me.
I followed the following steps and the error was gone.
1. Update Drupal 9.5.11.
2. Then upgrade Drupal 10.1.3.
3. Finally Update the latest version of Drupal 10.1.6.
Thank you.
rahul_sankrit → created an issue.
Yes, but the Drupal version is different.
This is fixed now after adding the pg_trm extension.
Thanks.
rahul_sankrit → created an issue.
Thank you everyone for your support I will try your suggestions and I will share the updates.
This issue is resolved now after adding the pg_trm extension.
Thank you for your Support.
rahul_sankrit → created an issue.
rahul_sankrit → created an issue.
rahul_sankrit → created an issue.
The patch 3298041-5.patch is not updating the composer.lock file for Drupal 10. I tried the patch http://www.drupal.org/files/issues/2023-08-03/3298041-5.patch, but it's not working.
"name": "drupal/share_everywhere",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/share_everywhere.git",
"reference": "2.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/share_everywhere-2.0.0.zip",
"reference": "2.0.0",
"shasum": "341d43246c393377f0154aba9a80fde4585eab65"
},
"require": {
"drupal/core": "^8.8 || ^9.0"
},
Thank you.
rahul_sankrit → created an issue.
In Drupal 9.4.x, I had the same issue and #15 worked fine.
Thank you.