We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4df4ef commit af9d87eCopy full SHA for af9d87e
src/Plugin/views/filter/Selective.php
@@ -351,6 +351,7 @@ protected function getOids() {
351
$display->setOption('pager', ['type' => 'none', 'options' => []]);
352
$display->setOption('style', ['type' => 'default', 'options' => []]);
353
$display->setOption('row', ['type' => 'fields', 'options' => []]);
354
+ $display->setOption('cache', ['type' => 'none', 'options' => []]);
355
356
// Run View.
357
$view_copy->execute($this->view->current_display);
0 commit comments