Skip to content

Commit

Permalink
[Upd] Remove constraint for User to be part of Institution
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Dec 7, 2023
1 parent bff6079 commit 2807546
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/cz/cvut/kbss/study/model/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public class User implements HasDerivableUri, Serializable {
@OWLDataProperty(iri = Vocabulary.s_p_created)
private Date dateCreated;

@ParticipationConstraints(nonEmpty = true)
@OWLObjectProperty(iri = Vocabulary.s_p_is_member_of, fetch = FetchType.EAGER)
private Institution institution;

Expand Down

0 comments on commit 2807546

Please sign in to comment.