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
When a Resource has a particular attribute configured to be "populated" for specific methods, these rules are not respected when the parent resource emits update events:
The populate option indicates that, when a resource is retrieved in a specific context (query vs. get, for example), any references to other documents should be replaced with the actual documents themselves. It's a "hyperlink" to another, separate (but related) document.
I imagine that in the production deployment of Fabric, these will always be document hashes (the content-addressable part), but for now we are mainly using Mongo's ObjectIDs.
When a Resource has a particular attribute configured to be "populated" for specific methods, these rules are not respected when the parent resource emits update events:
For example, from Melody:
Perhaps handlers for the
populate
option should be expanded to include theupdate
orpatch
methods.The text was updated successfully, but these errors were encountered: