RED-2633 Added section to manual redactions
This commit is contained in:
parent
2c6957360b
commit
965e53796a
@ -20,7 +20,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.iqser.red.service</groupId>
|
<groupId>com.iqser.red.service</groupId>
|
||||||
<artifactId>persistence-service-api-v1</artifactId>
|
<artifactId>persistence-service-api-v1</artifactId>
|
||||||
<version>0.77.0</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -298,10 +298,10 @@ public class RedactionLogMergeService {
|
|||||||
.isDossierDictionaryEntry(manualRedactionEntry.isAddToDossierDictionary())
|
.isDossierDictionaryEntry(manualRedactionEntry.isAddToDossierDictionary())
|
||||||
.legalBasis(manualRedactionEntry.getLegalBasis())
|
.legalBasis(manualRedactionEntry.getLegalBasis())
|
||||||
.value(manualRedactionEntry.getValue())
|
.value(manualRedactionEntry.getValue())
|
||||||
|
.section(manualRedactionEntry.getSection())
|
||||||
.type(manualRedactionEntry.getType())
|
.type(manualRedactionEntry.getType())
|
||||||
.redacted(true)
|
.redacted(true)
|
||||||
.isHint(false)
|
.isHint(false)
|
||||||
.section(null)
|
|
||||||
.sectionNumber(-1)
|
.sectionNumber(-1)
|
||||||
.manual(true)
|
.manual(true)
|
||||||
.status(manualRedactionEntry.getStatus())
|
.status(manualRedactionEntry.getStatus())
|
||||||
|
|||||||
@ -1195,10 +1195,10 @@ public class RedactionIntegrationTest {
|
|||||||
|
|
||||||
private static String getTemporaryDirectory() {
|
private static String getTemporaryDirectory() {
|
||||||
|
|
||||||
// String tmpdir = System.getProperty("java.io.tmpdir");
|
String tmpdir = System.getProperty("java.io.tmpdir");
|
||||||
// if (StringUtils.isNotBlank(tmpdir)) {
|
if (StringUtils.isNotBlank(tmpdir)) {
|
||||||
// return tmpdir;
|
return tmpdir;
|
||||||
// }
|
}
|
||||||
return "/tmp";
|
return "/tmp";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user