- Issue created by @therobyouknow
- πΊπΈUnited States ctgraham
We are also interested in support for "is all of".
Class
Drupal\domain_access\Plugin\views\filter\DomainAccessFilter
could readily extendDrupal\views\Plugin\views\filter\ManyToOne
rather thanDrupal\views\Plugin\views\filter\InOperator
, but existing filters would have settings where theoperator
value is "in" and "not in", rather than "or" and "not", respectively. The change will need to migrate the existingoperator
values, or will need to support legacy values. - Merge request !128Change DomainAccessFilter.php from InOperator to ManyToOne. β (Open) created by Unnamed author