Skip to content
Snippets Groups Projects
Commit 4b668390 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5666 add TODOs

parent 71c5250c
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,8 @@ public class PersistPostfachNachrichtServiceImpl implements PersistPostfachNachr
.flatMap(attachedItemRemoteService::findReplyAllowedPostfachNachrichts);
}
// TODO pruefen ob referencedNachricht existiert
// TODO pruefen ob referencedNachricht in dem postfach des anfragenden liegt
@Override
public String persistAnswer(String referencedNachrichtId, PostfachNachricht answer) {
return commandService.create(buildCommand(setReferencedNachricht(referencedNachrichtId, answer))).getId().toString();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment