Fix logic for indeterminate nullable/required #2597
Labels
data model
This issue is relevant to data models or data fields
foundry v11
This belongs to Foundry VTT version 11
Milestone
When
nullable: boolean
users must assume that when gettingnull
is a valid option asnullable
may be true. When setting users must assumenullable
may be false and therefore be an error. This means that indeterminate values fornullable
must be treated differently in different contexts.The same logic applies for
required
.The text was updated successfully, but these errors were encountered: