Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
TSM-448: Maintenance: Fixed display_options error
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-wtag committed Aug 6, 2021
1 parent 0a2f8c3 commit 40f5669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/views/filter/Selective.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ protected function getOids() {
$display = $view_copy->getDisplay();

// Remove any exposed form configuration. This showed up with BEF module!
unset($display->display_options['exposed_form']);
unset($display->display['display_options']['exposed_form']);

$fields =& $display->getHandlers('field');
$fields = array_intersect_key($fields, [$this->options['selective_display_field'] => TRUE]);
Expand Down

0 comments on commit 40f5669

Please sign in to comment.