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

Merge remote-tracking branch 'origin/OZG-4768_antwort_zur_rueckfrage'

into OZG-4089_schnittstelle_antragsraum
parents 23d487c2 cd44e74c
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<groupId>de.ozgcloud.nachrichten</groupId> <groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-manager</artifactId> <artifactId>nachrichten-manager</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.6.0-SNAPSHOT</version>
<name>OZG-Cloud Nachrichten Manager</name> <name>OZG-Cloud Nachrichten Manager</name>
<properties> <properties>
......
...@@ -76,9 +76,9 @@ class PostfachService { ...@@ -76,9 +76,9 @@ class PostfachService {
@Autowired @Autowired
private CurrentUserService userService; private CurrentUserService userService;
@Autowired(required = false) @Autowired
private Optional<InfoManagerService> infomanagerService; private Optional<InfoManagerService> infomanagerService;
@Autowired(required = false) @Autowired
private Optional<AntragraumService> antragraumService; private Optional<AntragraumService> antragraumService;
public void saveDraft(String vorgangId, PostfachNachricht nachricht) { public void saveDraft(String vorgangId, PostfachNachricht nachricht) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment