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
Any embed-only documents, e.g. ActiveEffect, cannot have a null parent while Stored.
Considerations
We can simply define ActiveEffect.Parent to have the correct types
This doesn't always help the generic functions that return a stored document
Many of those generic functions have been improved in the DocumentsV2 branch so they're specifically overridden in a way that's more likely to grab the correct variant of Stored.
Secondary considerations
Are there feasible ways using EmbeddedDataField to create documents with nonstandard parents?
The text was updated successfully, but these errors were encountered:
Any embed-only documents, e.g. ActiveEffect, cannot have a
null
parent while Stored.Considerations
ActiveEffect.Parent
to have the correct typesSecondary considerations
The text was updated successfully, but these errors were encountered: