You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known issues in the Drupal Entity API module that has not been resolved, presumably because of backward compatibility and custom modules that may have already adapted their own solutions. See these issues 1572466, 1823926 and 1273756
To reproduce
Create a new entity type that uses EntityPlusController, or use the contrib module Basic Entity Plus
This is a known issues in the Drupal Entity API module that has not been resolved, presumably because of backward compatibility and custom modules that may have already adapted their own solutions. See these issues 1572466, 1823926 and 1273756
To reproduce
EntityPlusController
, or use the contrib module Basic Entity PlusThe first output is correct (it includes all entities). The second output is an empty array.
The patch in 1273756 could be partially adapted.
Otherwise, a good workaround is to override
EntityPlusController::cacheGet()
as explained in 1572466, as follows:The text was updated successfully, but these errors were encountered: