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
BaseElement combines Title and ShowTitle into one instance of TextCheckboxGroupField. If you require this field, and don't fill it out, the element will throw a Validation Error but not show you where - seems to be hidden by combining the fields.
The text was updated successfully, but these errors were encountered:
Just ran into this. If inline_editable is enabled, it even ignores the required field 😞 Setting a Title is essential for the use with dnadesign/silverstripe-elemental-virtual but ATM it looks like you cannot make Title a required field.
BaseElement
combinesTitle
andShowTitle
into one instance ofTextCheckboxGroupField
. If you require this field, and don't fill it out, the element will throw a Validation Error but not show you where - seems to be hidden by combining the fields.The text was updated successfully, but these errors were encountered: