Skip to content

Commit

Permalink
Bugfix for replicating root template
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Jul 24, 2023
1 parent 4899bfa commit 2f317da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jasper/domain/Template.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Template implements Tag {
@Column(updatable = false)
@Pattern(regexp = REGEX)
@Length(max = TAG_LEN)
private String tag;
private String tag = "";

@Id
@Column(updatable = false)
Expand Down

0 comments on commit 2f317da

Please sign in to comment.