RED-7918 - RM-62: "Last Modified" date not updated after change
- remove @Transactional from addRemoveRedaction
This commit is contained in:
parent
52c1cfef6e
commit
b99ee73f6b
@ -184,7 +184,6 @@ public class ManualRedactionService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Transactional
|
|
||||||
public List<ManualAddResponse> addRemoveRedaction(String dossierId, String fileId, List<RemoveRedactionRequest> removeRedactionRequests) {
|
public List<ManualAddResponse> addRemoveRedaction(String dossierId, String fileId, List<RemoveRedactionRequest> removeRedactionRequests) {
|
||||||
|
|
||||||
RedactionLog redactionLog = null;
|
RedactionLog redactionLog = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user