Minimal reproducible example
for ref_Car entity create dynamic attr Integer type
set Validation script = if (value != 3) return "the value '\${value}' is incorrect"
Apply changes
Cars browser>create don`t fill dymanic attr -> Save changes
Actually, this behaviour is expected - validation works only for filled fields.
If it is required to validate an attribute, it is necessary to set the "required" flag
Environment
http://cubadev:9072/app/#main/10
Description of the bug or enhancement
Minimal reproducible example for ref_Car entity create dynamic attr Integer type set Validation script = if (value != 3) return "the value '\${value}' is incorrect" Apply changes Cars browser>create don`t fill dymanic attr -> Save changes
Expected behavior Validation should be appeare
Actual behavior No validation