Follow up of #2381277: Make Views use render caching and remove Views' own "output caching" β
+++ b/core/modules/views/src/Plugin/views/argument_default/QueryParameter.php
@@ -95,7 +95,7 @@ public function isCacheable() {
+ return ['url.query_args.' . $this->options['query_param']];
'url.query_args.' -> 'url.query_args:'
Needs work
11.0 π₯
views.module
Related to the Views in Drupal Core initiative.
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.