Skip to content

Commit

Permalink
mark generated by script as false when creating new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Dec 18, 2024
1 parent bfd6b3f commit cefa82c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public ProfileEmailDomainEntity addEmailDomain(String orcid, String emailDomain,
e.setEmailDomain(emailDomain);
e.setOrcid(orcid);
e.setVisibility(visibility);
e.setGeneratedByScript(false);
entityManager.persist(e);
return e;
}
Expand Down

0 comments on commit cefa82c

Please sign in to comment.