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 was archived by the owner on Sep 28, 2022. It is now read-only.
In the current implementation, has_started would be included in only_fields which would fail. Perhaps that should just silently ignore missing fields and assume it will have been provided by serialization time, or error at that point.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently a plugin's
get_value()
method can be used to update values onto child objects which only the parent has the context to calculate.This is a useful mechanism but unfortunately a dummy key is required since any plugin that runs must return a value into the data output tree.
Example:
We need to provide some kind of mechanism to allow manipulations of the tree without the need to output a value which must be given a dummy key
The text was updated successfully, but these errors were encountered: