Skip to content

Commit

Permalink
SHIBUI-670 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jul 23, 2018
1 parent 00d7968 commit 82dadc8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public class MetadataResolver extends AbstractAuditable {
@Column(unique = true)
private String xmlId;

private Boolean enabled = true;

private Boolean requireValidMetadata = true;

private Boolean failFastInitialization = true;
Expand Down

0 comments on commit 82dadc8

Please sign in to comment.