- Status changed to Closed: works as designed
almost 2 years ago 3:42pm 17 January 2023
The module doesn't only override field item list classes extending Drupal\Core\Field\EntityReferenceFieldItemList
, but also field item classes extending Drupal\Core\Field\EntityReferenceFieldItemList
. This causes certain logic to not be executed. Some examples:
Only override the field item list if the class is Drupal\Core\Field\EntityReferenceFieldItemList
, not if it's a class extending it. We could move any overridden methods to a trait and add subclasses for the above mentioned field item list classes. We could log a notice if we encounter a subclass that isn't covered by the module.
Closed: works as designed
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.