The patch #2 does not solve the problem for the node Title field. The select still shows tiles of all node bundles.
bef_select does not respect the current bundle when generating the result set of items to show in the select box. All entries that match the field are shown, regardless of whether they are in the selected bundle for the view used. This is readily apparent when using bef_select to show a list of Names (titles of taxonomy terms), as the list of Names includes all vocabularies, not just the vocabulary which has been selected for the view.
When using bef_select, all items with an entry for the selected field are shown, regardless of bundle
bef_select should honor the current bundle as shown in the view, as do other filters
Add a query condition that limits the result set to the bundle specified in the view.
Test and commit
None
None
None
The patch attached is limited to apply only to the "Name" (title) field, but likely this is useful for any shared field.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The patch #2 does not solve the problem for the node Title field. The select still shows tiles of all node bundles.