Is it possible to add dynamic attributes to a super class?

Hi. I have a super class with some inherited classes. The super class also has a super editor which the inherited classes reuse. I would like to add a dynamic attribute to the super class and show it on its editor and thus have it shown on all inherited classes.

Is something like this possible?

I have noticed that declaring the dynamic attributes on all classes AND on the super class enables to show the combined results (using the super class) in a single column.

So basically, by declaring them on all classes the values are combined when viewing from the super class. A lot of configuration work but it is possible.

Hi Berend,

Unfortunately, dynamic attributes aren’t inherited from superclass. We have created an enhancement: Support dynamic attribute on superclass · Issue #916 · cuba-platform/cuba · GitHub

Thank you