but it doesn't work. If I add s presentation to any child it works but I would like to do it at the root level
How should I proceed? is it not heritable? Why?
Thank a lot
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I need to add tickets_list presentation to all FunctionalCI children classes
I tried with an extesion addon with:
but it doesn't work. If I add s presentation to any child it works but I would like to do it at the root level
How should I proceed? is it not heritable? Why?
Thank a lot
Each subclass has its own presentation.
So you could define the field on a parent class, but the presentation also needs to be set for each child class as this can be very different.
ok I see, so there is no workaround
thanks a lot
It's a bit of mostly a copy-paste operation I'm afraid.