fixed dowload file names
This commit is contained in:
parent
16828096ba
commit
61b12fc30c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class SebClientConfigForm implements TemplateComposer {
|
||||||
final RestService restService,
|
final RestService restService,
|
||||||
final CurrentUser currentUser,
|
final CurrentUser currentUser,
|
||||||
final DownloadService downloadService,
|
final DownloadService downloadService,
|
||||||
@Value("${sebserver.gui.seb.exam.config.download.filename}") final String downloadFileName) {
|
@Value("${sebserver.gui.seb.client.config.download.filename}") final String downloadFileName) {
|
||||||
|
|
||||||
this.pageService = pageService;
|
this.pageService = pageService;
|
||||||
this.restService = restService;
|
this.restService = restService;
|
||||||
|
|
Loading…
Reference in a new issue