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
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
Richard Hoogstad β created an issue.
Sorry this needed to be in flysystem_s3
Richard Hoogstad β created an issue.