This question has been flagged

Delegation/Decoration inheritance somehow allows to have the same field names in parent and decorator object.

This causes issues when trying to use one of these fields for the _order attribute.

Is there a way to sort this problem out?

In my concrete case, I want to order by my custom state. But the parent model already has a state field, that is not overwritten...
 

Thanks.

Avatar
Discard