You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A change was made in the recent rewrite which appears to have broken nested collections. The problem is in 'extract_collection_name' - only the first name component will ever be returned. E.g.
as far as i understand a collection is just a view on a certain field, for example, the 'collection' field. this can be any string, and the patch above allows this string to be the id of a different model. i don't think there is any special about nesting to support.
A change was made in the recent rewrite which appears to have broken nested collections. The problem is in 'extract_collection_name' - only the first name component will ever be returned. E.g.
Below is a JS patch which more conservatively strips trailing id but otherwise preserves the rest of the url:
The text was updated successfully, but these errors were encountered: