🇷🇴Romania radubutco
radubutco → created an issue.
🇷🇴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
🐛 | Advanced CSS/JS Aggregation | Refused to execute script from [URL] because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled
🇷🇴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;
}
🇷🇴Romania radubutco
🇷🇴Romania radubutco
Adapted #16 for 11.x, also applies on 10.1.x.
✨ | Drupal core | Exposed forms in a block are not currently updated when Ajax filtering is executed
🇷🇴Romania radubutco
✨ | Drupal core | Exposed forms in a block are not currently updated when Ajax filtering is executed
🇷🇴Romania radubutco
Re-rolled it against 11.x, also applies on 10.1.x.