Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(generic): exclude subclasses from columns selector
We don't want to list subclasses as model attribute in the column selector in the list view, but they are part of the fields list. If the model uses the InheritanceManager we can check in the `subclasses` attribute if the field refers to a subclass and exclude those. Closes: #1297
- Loading branch information