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
Looks like generate:entity:content is missing the "revision" methods on its template.
Steps to reproduce it:
Create a new virgin module with generate:module
Create a new generate:entity:content and be sure to make commands.generate.entity.content.questions.revisionable to yes.
You wont be able to install the module (trough module:install or web admin), because the revision methods are added to route, but no definition its found.