Skip to content
Snippets Groups Projects
Commit 9ded6a9f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6259 add ticket number to todo

parent 07eb2d32
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ public class CollaborationService { ...@@ -39,7 +39,7 @@ public class CollaborationService {
public Vorgang createCollaborationVorgang(CreateCollaborationVorgangRequest request) { public Vorgang createCollaborationVorgang(CreateCollaborationVorgangRequest request) {
var vorgang = collaborationRepository.save(buildCollaborationVorgang(request)); var vorgang = collaborationRepository.save(buildCollaborationVorgang(request));
// TODO: wieder aktivieren wenn OZG-???? implementiert ist // TODO: wieder aktivieren wenn OZG-6380 implementiert ist
// publisher.publishEvent(new VorgangCreatedEvent(vorgang.getId())); // publisher.publishEvent(new VorgangCreatedEvent(vorgang.getId()));
return vorgang; return vorgang;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment