- Issue created by @stefan.korn
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 1:54pm 24 July 2023
Entities can describe the property/field to be used as bundle via entity key "bundle". Whereas node entities as well as a lot of other define "type" as bundle key, there may be entities that use a different bundle key. This module will not work with those entities.
Use an entity type with a different bundle key than "type" together with this module. You will see an error something like:
Drupal\Core\Entity\Query\QueryException: 'type' not found in Drupal\Core\Entity\Query\Sql\Tables->ensureEntityTable()
Use entity definition to get entities bundle key.
Provide patch
na
na
na
Needs review
1.0
Code