From 61b12fc30cd9651bf9a19b169bc83e507b1b2bc1 Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 9 Oct 2019 15:34:15 +0200 Subject: [PATCH] fixed dowload file names --- .../ch/ethz/seb/sebserver/gui/content/SebClientConfigForm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/SebClientConfigForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/SebClientConfigForm.java index a507ad94..21ee21c6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/SebClientConfigForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/SebClientConfigForm.java @@ -77,7 +77,7 @@ public class SebClientConfigForm implements TemplateComposer { final RestService restService, final CurrentUser currentUser, 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.restService = restService;