Hi @camilo.escobar,
How to disable cache for the specific route?
Hi guys, I have applied this patch temporary for my business requirements, could you please help me to find the right way to fix this? I was trying to add cacheContexts(), cacheTags() and even cacheMaxAge() but it doesn't help me, routing cache don't work correctly. Thanks!
Hi everyone!
@mtoscano, I think the root cause is incorrect array of bundles, if you debug this function _comment_notify_get_comment_enabled_bundles() you will see that only one bundle per entity type can be returned. That is why user can't see the checkbox after the new bundle was created. You can test patch
https://www.drupal.org/project/comment_notify/issues/3488180#comment-158...
🐛
Enabled bundles: incorrect array from _comment_notify_get_comment_enabled_bundles()
Needs work
Thanks!
maksim_matuzka → created an issue.
Hi @web-beest, I think you are using two different ways in one solution) If you have '@yoast_seo.field_manager' as an argument in services.yml, you don't need to add create() method.
Added recommendation (best practice) for performance regarding caching
I got confused a few times because we have a standard regarding 80 characters per line, but it doesn't apply for "if" conditions. So if we accept option A, then we kill two birds with one stone: readability and minus the exception to the general rule. My vote for "multiple lines".