Details
Description
Currently, if you edit a user in the console + look at a value for a non-mandatory drop down attribute, it displays the first value that can be selected, even if the user does not have a value for this attribute, which can be misleading.
In Wicket terms, the related DropDownChoice component needs to have the setNullValid() set to false only if the mandatoryCondition on the related schema is 'true'.