Changes between Initial Version and Version 1 of Ticket #39696, comment 30
- Timestamp:
- 02/28/2017 01:33:37 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39696, comment 30
initial v1 6 6 > Also worth noting: the value of this parameter needs to be a filter on things that are embeddable (i.e. an intersection of embeddable and the `_embed` value), and we need to be careful not to try and embed things that don't have the embeddable flag set to true. 7 7 8 The patch as it is will only filter "out" that which is already marked as embeddable . You are not able to embed any other resources.8 The patch as it is will only filter "out" that which is already marked as embeddable and not supplied in the query. You are not able to embed any other resources.