Skip to content

Commit

Permalink
Merge pull request #231 from MeasureAuthoringTool/MAT-7060
Browse files Browse the repository at this point in the history
MAT-7060 add active flag to library model
  • Loading branch information
adongare authored Aug 1, 2024
2 parents cc68b3b + 7a3a98b commit 4b3f091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>gov.cms.madie</groupId>
<artifactId>madie-java-models</artifactId>
<version>0.6.50-SNAPSHOT</version>
<version>0.6.51-SNAPSHOT</version>
<name>madie-java-models</name>
<description>Java based models for MADiE microservices</description>
<properties>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gov/cms/madie/models/library/CqlLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public class CqlLibrary {
private Version version;

private boolean draft;
private boolean active = true;
private boolean cqlErrors;
private String cql;
private String elmJson;
Expand Down

0 comments on commit 4b3f091

Please sign in to comment.