backdrop-contrib / entity_plus

This module wraps in a variety of additional entity-related functionality from various sources. Partial port of D7 Entity API.
https://backdropcms.org/project/entity_plus
GNU General Public License v2.0
3 stars 11 forks source link

Include `EntityPlusDefaultViewsController` in hook_autoload_info #139

Closed argiepiano closed 1 year ago

argiepiano commented 2 years ago

class EntityPlusDefaultViewsController is not included in the autoload. This causes problems for upgrades (e.g. Organic Groups), which necessitate the stub Entity Plus module in D7.

argiepiano commented 1 year ago

This actually is not needed, as the file where this class lives is always included (it's entity_plus.views.inc). The issue I encountered with the OG upgrade is not fixed by adding this class to the autoloader. I will close this, since the problem is not related to E+ but rather to the upgrade process.