Project

General

Profile

bug #9478

Updated by Andreas Kohlbecker about 3 years ago

the SpecimenTypeDesignationDTORow contains the `ToOneRelatedEntityCombobox<Reference> designationReference`  
 When set to required the field is being validated in `MBeanFieldGroup.valueChange()` to ensure the existing row is complete before adding a new row. 
 A new Row is never being add since the the `designationReference` field always fails during validation. 


 **IMPORTANT:** Check that no regression occurs fir the case described in #7245 
 

Back