Skip to content
Snippets Groups Projects
Commit ed028998 authored by Daniel Wehner's avatar Daniel Wehner Committed by Tim Plunkett
Browse files

Issue #1494884: Use many_to_one for the field_list filter.

parent 46ea350d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -7,7 +7,7 @@
namespace Views\field\Plugin\views\filter;
use Drupal\views\Plugin\views\filter\InOperator;
use Drupal\views\Plugin\views\filter\ManyToOne;
use Drupal\Core\Annotation\Plugin;
/**
......@@ -20,7 +20,7 @@
* module = "field"
* )
*/
class FieldList extends InOperator {
class FieldList extends ManyToOne {
function get_value_options() {
$field = field_info_field($this->definition['field_name']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment