Skip to content

Commit

Permalink
Merge pull request #952 from reportportal/EPMRPP-87591
Browse files Browse the repository at this point in the history
EPMRPP-87591 || Page crashes when logging into RP
  • Loading branch information
APiankouski authored Nov 21, 2023
2 parents dafe9b4 + cdf3901 commit d1433bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class Project implements Serializable {
private Set<ProjectAttribute> projectAttributes = Sets.newHashSet();

@OneToMany(mappedBy = "project", cascade = {CascadeType.PERSIST,
CascadeType.MERGE}, fetch = FetchType.LAZY)
CascadeType.MERGE, CascadeType.REMOVE}, fetch = FetchType.LAZY)
@OrderBy(value = "issue_type_id")
private Set<ProjectIssueType> projectIssueTypes = Sets.newHashSet();

Expand Down

0 comments on commit d1433bd

Please sign in to comment.