Skip to content
Snippets Groups Projects
Commit d5c86ff6 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-6344 Use required default form name

parent 89160dfd
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ public class DFoerdermittelEngineBasedSemantikAdapter implements EngineBasedSema ...@@ -41,7 +41,7 @@ public class DFoerdermittelEngineBasedSemantikAdapter implements EngineBasedSema
private static final String KEY_FORM_NAME = "Title"; private static final String KEY_FORM_NAME = "Title";
private static final String KEY_FORM_ID = "ProjectTitle"; private static final String KEY_FORM_ID = "ProjectTitle";
static final String DEFAULT_FORM_NAME = "dFördermittelantrag: Ohne Titel"; static final String DEFAULT_FORM_NAME = "dFördermittelantrag";
@Autowired @Autowired
private ServiceKontoFactory serviceKontoFactory; private ServiceKontoFactory serviceKontoFactory;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment