Skip to content

Commit

Permalink
Fix processes list
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge committed Nov 26, 2024
1 parent 87195a2 commit 5d020a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public class Project extends BaseBean implements Comparable<Project> {
/**
* Folder to use as source for generation of derived resources.
*/
@ManyToOne(fetch = FetchType.LAZY)
@ManyToOne
@JoinColumn(name = "generatorSource_folder_id", foreignKey = @ForeignKey(name = "FK_project_generatorSource_folder_id"))
private Folder generatorSource;

Expand Down

0 comments on commit 5d020a0

Please sign in to comment.