Open beerockxs opened 4 years ago
I would like to know if this issue is still active. I have the same problem, loading times for the attribute table form can become very long, if the object has multiple relations. It would be great if it was possible to change the default behaviour, so the relations are collapsed (and loaded lazily) instead of extended when the form in the attribute table opens.
Alternatively, it would help if it was possible to limit the recursion depth to 1. Meaning, a relation in a sub-form should not continue to load its respective relations and expand them.
For my use case, it would be great if these options were accessible via PyQGIS or QGIS.ini.
@Dominique101 ticket is open, so it is still active.
The form view of the attribute table locks QGIS up if you have more than just a few relations, because the expandabable sub-form for each relations start out expanded instead of collapsed. Each sub-form shows all of its sub-forms by default, Can this be changed to start out collapsed? That way, even complex sets of layers with multiple relations can be used with the form view of the attribute table.