That's because the latest version of Drupal are using Symfony's core and it is way different than before
I would like to use this patch but I'm wondering, what If I already have this module installed?
I applied the patch but even if I execute composer update I don't get any new update in my files.
Could someone help me please?
Even tho #2 fixed my issue, I'm still facing the issue in a different way bc the modal is being cut due my windows, so it needs to be reviewed in a better way. I'm adding my screenshot in this comment
#7 worked like a charm!
This is happening to me too in my current backend theme which is Claro with the Drupal version .26
Hi
Any words on this?
IT is not working properly on my end either
Hi!
I'm currently having the same issue, any fix for this?
Thanks @hudri the #3 π¬ How to getParentEntity() in node preview mode? Active saved my life :)
DarkteK β created an issue.
This is happening to me aswell, is there any restriction in regards of some token or something like that?
I'm even trying to output this: field.content['addtocal']
And all I can see is nothing, the template is not even loading
DarkteK β created an issue.
Hi,
I'm having the same issue, the data-src is not turning into src, only in some images but not in-line images nor iframes
MR request to be approved: https://git.drupalcode.org/project/maintenance_notifications/-/merge_req...
Patch for compatiblity attached
DarkteK β created an issue.
Drupal Project url:
https://www.drupal.org/project/log_cache_tags β
Git url project: https://git.drupalcode.org/project/log_cache_tags
DarkteK β created an issue.
Hi @owenpm3 ,
I just created the MR: https://git.drupalcode.org/project/log_cache_tags/-/merge_requests/1
Could you validate whenever you can so we can have this module up-to-date, please
DarkteK β made their first commit to this issueβs fork.
I don't think it can be accomplish unles you change how Drupal behaves when you add a "//".
As you can see that's an event subscriber in the core that changes double "//" into one.
Maybe your best option here is to leave the searchTerms parameter at the end of your endpoint.
I know this question is old but also it is referenced to Drupal 7.
But if you come across this issue using composer in your site (D8 and newer versions), than maybe your robots.txt file is being overrided by the composer script, make sure you are excluding the robots.txt file from scaffold like this:
"drupal-scaffold": {
"file-mapping": {
"[web-root]/robots.txt": false
}