Skip to content
Snippets Groups Projects
Commit 2e1e638a authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5666 add todos

parent caa8f35f
No related branches found
No related tags found
No related merge requests found
......@@ -69,13 +69,13 @@ interface AntragraumNachrichtMapper {
@Mapping(target = "id", ignore = true)
@Mapping(target = "messageCode", ignore = true)
@Mapping(target = "messageId", source = "rueckfrageId")
@Mapping(target = "postfachAddress", ignore = true) // FIXME
@Mapping(target = "postfachAddress", ignore = true) // FIXME rueckfrage laden, befüllen
@Mapping(target = "postfachId", ignore = true)
@Mapping(target = "replyOption", constant = "FORBIDDEN")
@Mapping(target = "sentAt", ignore = true) // FIXME
@Mapping(target = "sentSuccessful", constant = "true")
@Mapping(target = "subject", ignore = true) // FIXME
@Mapping(target = "vorgangId", ignore = true) // FIXME
@Mapping(target = "subject", constant = "Antwort") // TODO klären
@Mapping(target = "vorgangId", ignore = true) // FIXME rueckfrage laden, befüllen
PostfachNachricht fromRueckfrageAnswer(GrpcRueckfrageAnswer answer);
@Mapping(target = "mergeFrom", ignore = true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment