Skip to content

Commit af9d87e

Browse files
committed
Disable caching on cloned view.
1 parent a4df4ef commit af9d87e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Plugin/views/filter/Selective.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ protected function getOids() {
351351
$display->setOption('pager', ['type' => 'none', 'options' => []]);
352352
$display->setOption('style', ['type' => 'default', 'options' => []]);
353353
$display->setOption('row', ['type' => 'fields', 'options' => []]);
354+
$display->setOption('cache', ['type' => 'none', 'options' => []]);
354355

355356
// Run View.
356357
$view_copy->execute($this->view->current_display);

0 commit comments

Comments
 (0)