Simplify canonical path for collection_item entities

Created on 28 March 2025, 9 days ago

The current canonical path for collection item entities is "/collection/{collection}/items/{collection_item}" but this can cause issues with code, especially link fields, that try to generate links from such paths, since the route requires two parameters (the collection in addition to the collection_item).

We should change this to "/collection_item/{collection_item}" and remove all the workaround.

✨ Feature request
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States jeffam

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024