- Issue created by @Anybody
- 🇩🇪Germany Anybody Porta Westfalica
Or is this a very special case that needs custom implementation in Drupal Commerce?
- 🇬🇧United Kingdom scott_euser
At the moment its just finding field configs: https://git.drupalcode.org/project/views_core_entity_reference/-/blob/1....
But if you could add some way to load up the various entity types available in a site, check their definitions for entity reference fields, similar auto-opting in could be made for base fields that are entity references.
- 🇬🇧United Kingdom scott_euser
Just to note base fields can be a bit more dangerous as its possible Core has replaced some base field filter handlers (e.g. language) with purpose-built filter handlers. So it may be that you'd want to opt-in to specific fields (see example on module homepage) rather than a blanket opt-in of base fields.
- First commit to issue fork.
- Merge request !10Draft: Detect and update entity reference base field filters. → (Open) created by psf_
- 🇪🇸Spain psf_ Huelva
Hi, I tried my patch in D11.1, and it didn't work. I see that the field data is in the _field_data table, but in D10.4, it is in the table.
Is it accurate?