mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
f1772538bb
Doing this by directly using the schema that previous code would have fetched via API. This seems to semantically make sense, because regardless of how we render a component, we should make sure to respect its schema. On the other hand, it feels weird to directly depend on any class from the API::V3 namespace in a non-API context.