πŸ‡³πŸ‡±Netherlands @richard hoogstad

Account created on 10 August 2022, over 2 years ago
#

Merge Requests

Recent comments

πŸ‡³πŸ‡±Netherlands richard hoogstad

Hello Drupal Community
This merge request addresses an existing issue with tokens in attributes. Here’s a brief overview of the changes made:

  • Allows Tokens for src and html Attributes: This will enhance flexibility in how tokens are utilized within these attributes.
  • Added Support for href Attribute: In addition to the above, I've added support for tokens within the href attribute..

This implementation is built upon two patches provided by @danflanagan8.

I welcome any feedback or suggestions from the community, as I strive to ensure that this merge request meets our shared standards and needs.

Thank you for your consideration!

Best regards,
Richard Hoogstad

πŸ‡³πŸ‡±Netherlands richard hoogstad

I had a similar issue while trying to delete an node using a command.
Somehow using the release method prevents this redirect from happening.
Example:

$content_lock = \Drupal::server('content_lock');
$content_lock->release($node, 'en');

This is not the solution but it could hint to what is going on a deeper level.
The actual cause in my case is a predelete hook

πŸ‡³πŸ‡±Netherlands richard hoogstad

Sorry this needed to be in flysystem_s3

Production build 0.71.5 2024