added imported flag
This commit is contained in:
parent
143f4cfb0d
commit
de92117b35
@ -22,6 +22,8 @@ public class RedactionLogEntry {
|
|||||||
private boolean rectangle;
|
private boolean rectangle;
|
||||||
private String legalBasis;
|
private String legalBasis;
|
||||||
|
|
||||||
|
private boolean imported;
|
||||||
|
|
||||||
private boolean redacted;
|
private boolean redacted;
|
||||||
private boolean isHint;
|
private boolean isHint;
|
||||||
private boolean isRecommendation;
|
private boolean isRecommendation;
|
||||||
|
|||||||
@ -50,6 +50,7 @@ public class ImportedRedactionService {
|
|||||||
RedactionLogEntry redactionLogEntry = RedactionLogEntry.builder()
|
RedactionLogEntry redactionLogEntry = RedactionLogEntry.builder()
|
||||||
.id(importedRedaction.getId())
|
.id(importedRedaction.getId())
|
||||||
.type(IMPORTED_REDACTION_TYPE)
|
.type(IMPORTED_REDACTION_TYPE)
|
||||||
|
.imported(true)
|
||||||
.redacted(true)
|
.redacted(true)
|
||||||
.positions(importedRedaction.getPositions())
|
.positions(importedRedaction.getPositions())
|
||||||
.color(getColor("imported_redaction", dossierTemplateId))
|
.color(getColor("imported_redaction", dossierTemplateId))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user