🇷🇴Romania @radubutco

Account created on 11 June 2015, over 9 years ago
#

Recent comments

🇷🇴Romania radubutco

#21 works also when the parent display is a block on D10, but needs the patch from the related issue https://www.drupal.org/project/drupal/issues/2171389#comment-14128568 🐛 Attachments on Views Content Panes don't always inherit exposed filters Postponed: needs info

🇷🇴Romania radubutco

@gilbertdelyon Probably because you alter also the response for the css request which gets the aggregated files.
You can try something like this in your EventSubscriber

if (php_sapi_name() == 'cli' || strpos($event->getRequest()->getRequestUri(), 'sites') !== FALSE) {
  return;
}
Production build 0.71.5 2024