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
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
Currently if a plugin fetches some data it needs and the main serialization_spec also fetches that data, then if you don't alias the name you get errors if the querysets don't perfectly match, or you have to alias.
Ideally SSM would analyse your plugins hierarchy and merge the specs together ensuring the superset of all required data was fetched, even though only that specified in the view would actually be returned. Viz:
Currently if a plugin fetches some data it needs and the main
serialization_spec
also fetches that data, then if you don't alias the name you get errors if the querysets don't perfectly match, or you have to alias.Ideally SSM would analyse your plugins hierarchy and merge the specs together ensuring the superset of all required data was fetched, even though only that specified in the view would actually be returned. Viz:
It might also be worth dictating that
This would assist in merging the trees together
The text was updated successfully, but these errors were encountered: