Problem/Motivation
Once https://www.drupal.org/project/site_settings/issues/3365584 is resolved, this follow-up can set this Group filter to be a dropdown instead. Perhaps needs views data added so views understands its a relationship to a machine name. Not sure...

Steps to reproduce
Go to the Admin > Content > Site settings view
Proposed resolution
Update the view
User interface changes
Ability to filter using dropdown instead of search for group
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| 2023-11-08_07-09.png | 22.04 KB | scott_euser |
Issue fork site_settings-3400025
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bobi-mel commentedComment #3
scott_euser commentedComment #4
scott_euser commentedComment #6
scott_euser commentedThis is going to be quite simple once #3347343: Add Views EntityReference filter to support better UX for exposed filters lands which we are getting close now. MR created to take advantage of that once it exists.
Comment #8
scott_euser commentedPer https://www.drupal.org/project/drupal/releases/10.3.0 10.4+ is now only supported, so we can use core views entity reference now
Comment #9
scott_euser commentedComment #11
scott_euser commentedCouldn't get it to work with Select for now without schema issues, but Autocomplete better than status quo so going to merge. Test coverage added.