Fixed minor portable case issue

This commit is contained in:
Kelly Kelly 2020-09-28 13:04:10 -04:00
parent f377e66897
commit cfda9139a9

View File

@ -83,6 +83,7 @@ public class PortableCaseReportModuleSettings implements ReportModuleSettings {
this.chunkSize = ChunkSize.NONE; this.chunkSize = ChunkSize.NONE;
this.allTagsSelected = true; this.allTagsSelected = true;
this.allSetsSelected = true; this.allSetsSelected = true;
this.shouldIncludeApplication = false;
} }
PortableCaseReportModuleSettings(List<String> setNames, List<TagName> tagNames, PortableCaseReportModuleSettings(List<String> setNames, List<TagName> tagNames,