Igor Cherepov

Results 3 issues of Igor Cherepov

**Describe the bug** Failed to update entity if it have empty value **To Reproduce** 1. import jdl like ``` entity Owner{ user String unique required minlength(3) maxlength(128) } entity Person...