- 🇪🇸Spain Carlos Romero
Carlos Romero → made their first commit to this issue’s fork.
I have a view which is GROUP BY on a field not in the base table. As a result, calculateEntityBulkFormKey
gets completely bogus $base_field_value
.
I fail to see why do we need it. As far as I can see we are trying to get an entity for the row and merely eyeballing
$key_parts = [
$base_field_value,
$entity->language()->getId(),
$entity->getEntityTypeId(),
$entity->id(),
];
suggests we have an entity at hand and then why not use it?
I found an issue which again, just guesswork, seems related.
Frankly, I have no idea.
Needs review
3.0
Core
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Carlos Romero → made their first commit to this issue’s fork.