Skip to content

Commit

Permalink
Merge pull request #1548 from alliance-genome/release/v0.33.1
Browse files Browse the repository at this point in the history
Removed public view for asserted genes and inffered gene crossreferences
  • Loading branch information
oblodgett authored May 29, 2024
2 parents 5b99ca3 + 7349303 commit df44887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class GenomicEntity extends BiologicalEntity {
@Index(columnList = "crossreferences_id", name = "genomicentity_crossreference_crossreferences_index")
})
@EqualsAndHashCode.Include
@JsonView({ View.FieldsAndLists.class, View.ForPublic.class, View.AlleleView.class, View.GeneView.class, View.AffectedGenomicModelView.class })
@JsonView({ View.FieldsAndLists.class, View.AlleleView.class, View.GeneView.class, View.AffectedGenomicModelView.class })
private List<CrossReference> crossReferences;


Expand Down

0 comments on commit df44887

Please sign in to comment.