Issue #1494884: Use many_to_one for the field_list filter.

8.0.x
Daniel Wehner 2012-08-17 13:15:34 +02:00 committed by Tim Plunkett
parent 46ea350d3b
commit ed0289989d
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ use Drupal\Core\Annotation\Plugin;
* module = "field"
* )
*/
class FieldList extends InOperator {
class FieldList extends ManyToOne {
function get_value_options() {
$field = field_info_field($this->definition['field_name']);