Skip to content

feat: do not fetch full + and * relations

Arnaud Vergnet requested to merge topic/default/relations-edit into branch/default

Changes the way we handle relation with cardinality + and *. Instead of fetching all ids and using the getMany data provider method to retrieve data for all ids, we use a paginated list. This way, only the elements on screen are fetched from the server, making the react admin interface compatible with large datasets.

Closes #38 (closed)

Edited by Arnaud Vergnet

Merge request reports