mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
a82257ac66
Index endpoints will automatically discover and use the `to_eager_load` and `to_preload` declarations of their representers. This takes away the possibility of forgetting to add those to the scope. I found a few endpoint that didn't use them, when other endpoints rendering the same collection did. Interestingly the SCM integration modules consistently declared those methods but never used them.