Files
openproject/modules
Christophe Bliard 7e449e844e Avoid deprecation warnings for time and cost entries representers
They both use `work_package` and `work_package_id` to render links,
which generates verbose deprecation warnings. They are filling up logs.

Force usage of `entity` and `entity_id` instead in the api representers
to reduce the burden.
2025-12-02 10:29:39 +01:00
..