Skip to content

Commit

Permalink
fix new domain visibility bug
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Aug 9, 2024
1 parent b8217d0 commit a7ad348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ProfileEmailDomainManagerImpl extends ProfileEmailDomainManagerRead
@Resource
protected EmailDao emailDao;

private static final String DEFAULT_DOMAIN_VISIBILITY = Visibility.PRIVATE.toString();
private static final String DEFAULT_DOMAIN_VISIBILITY = Visibility.PRIVATE.toString().toUpperCase();

@Transactional
public void updateEmailDomains(String orcid, org.orcid.pojo.ajaxForm.Emails newEmails) {
Expand Down

0 comments on commit a7ad348

Please sign in to comment.