Account created on 13 November 2013, about 11 years ago
#

Recent comments

πŸ‡¦πŸ‡·Argentina darktek

That's because the latest version of Drupal are using Symfony's core and it is way different than before

πŸ‡¦πŸ‡·Argentina darktek

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?

πŸ‡¦πŸ‡·Argentina darktek

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

πŸ‡¦πŸ‡·Argentina darktek

+1!! Thx man!

πŸ‡¦πŸ‡·Argentina darktek

#7 worked like a charm!

πŸ‡¦πŸ‡·Argentina darktek

This is happening to me too in my current backend theme which is Claro with the Drupal version .26

πŸ‡¦πŸ‡·Argentina darktek

Hi
Any words on this?
IT is not working properly on my end either

πŸ‡¦πŸ‡·Argentina darktek

Hi!
I'm currently having the same issue, any fix for this?

πŸ‡¦πŸ‡·Argentina darktek

Thanks @hudri the #3 πŸ’¬ How to getParentEntity() in node preview mode? Active saved my life :)

πŸ‡¦πŸ‡·Argentina darktek

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

πŸ‡¦πŸ‡·Argentina darktek

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

πŸ‡¦πŸ‡·Argentina darktek

drush formassembly:sync

πŸ‡¦πŸ‡·Argentina darktek

Patch for compatiblity attached

πŸ‡¦πŸ‡·Argentina darktek

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

πŸ‡¦πŸ‡·Argentina darktek

DarkteK β†’ made their first commit to this issue’s fork.

πŸ‡¦πŸ‡·Argentina darktek

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.

πŸ‡¦πŸ‡·Argentina darktek

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
}
Production build 0.71.5 2024