I have some Domain classes inheriting from a base class. However when I generate the scaffolding, the view does not contain any elements of the base class.
The behaviour is the same regardless of table per hierarchy (default), or table per subclass.
Is this a bug or am I doing something wrong?