Problem/Motivation
The D7 entity reference views selection did a) filter and b) provide the text for select options. (and c) grouping but that's a followup).
Most of this got lost in the D8 port, so in D8 the entity reference views selection field widget only filters, but always uses the referenced entity's label.
This is a huge loss and in contrast to UI texts. Also see @berdir's SO answer.
So story: As a sitebuilder i want to adjust the labels displayed for referenced entities via the views selection.
Proposed resolution
Re-add the functionality to use views' rendered output for the entity reference selection.
For BC reaons, add an option for that.
Remaining tasks
Codeit.
User interface changes
Add said option.
API changes
Maybe additions.
Data model changes
Entityreference field config: said option added.
Comments
Comment #2
geek-merlinComment #3
geek-merlinCode has gone to views.module:
\Drupal\views\Plugin\EntityReferenceSelection\ViewsSelection::getReferenceableEntities
Comment #4
anruetherthis might be a dup
Comment #5
geek-merlinYup, thx!