RED-7918 - RM-62: "Last Modified" date not updated after change

- remove @Transactional from addRemoveRedaction
This commit is contained in:
Corina Olariu 2023-11-23 10:40:00 +02:00
parent 52c1cfef6e
commit b99ee73f6b

View File

@ -184,7 +184,6 @@ public class ManualRedactionService {
}
@Transactional
public List<ManualAddResponse> addRemoveRedaction(String dossierId, String fileId, List<RemoveRedactionRequest> removeRedactionRequests) {
RedactionLog redactionLog = null;