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
Previously, when adding a new field through the Admin UI, the type (or dataType) field was mandatory. It was not possible to save the field without specifying a type.
Currently, it is possible to save a new field by just entering the label and leaving the type undefined. This causes an invalid configuration to be saved in the database, which later breaks report generation and other dependent logic (e.g., deserialization errors like missing creator parameter dataType).
Steps to Reproduce:
Go to the Admin UI.
Add a new field (e.g., in Child or any other entity).
Only provide the field label and leave the type field empty.