Skip to content

Commit

Permalink
Require to configure unconstraint deletion of Studies explicitly #1380
Browse files Browse the repository at this point in the history
  • Loading branch information
vrindanayak committed May 14, 2018
1 parent ddd2b09 commit 95bdb87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public StreamingOutput search() {
writer.writeNotNullOrDef("dcmDigestAlgorithm", desc.getDigestAlgorithm(), null);
writer.writeNotNullOrDef("dcmInstanceAvailability", desc.getInstanceAvailability(), null);
writer.writeNotDef("dcmReadOnly", desc.isReadOnly(), false);
writer.writeNotDef("dcmNoDeletionConstraint", desc.isNoDeletionConstraint(), false);
if (desc.getStorageThreshold() != null)
gen.write("storageThreshold", desc.getStorageThreshold().getMinUsableDiskSpace());
writeDeleterThresholds(writer, gen, desc.getDeleterThresholds());
Expand Down

0 comments on commit 95bdb87

Please sign in to comment.