Closed (fixed)
Project:
Collection
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2021 at 17:33 UTC
Updated:
9 Apr 2021 at 21:24 UTC
Jump to comment: Most recent
Collection items have canonical routes like /collection/1/item/1, but we don't have anything that verifies that collection_item 1 belongs in collection 1. So /collection/2/item/1 would return the same collection_item, even though it isn't in collection 2.
Not sure how to implement this. Perhaps an additional _custom_access requirement on the route?
Comments
Comment #3
jeffam