From 38037539dbda9a05b0039e742b348dee34b04774 Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 28 Jun 2022 11:53:57 +0200 Subject: [PATCH] SEBSERV-331 --- .../seb/sebserver/gui/content/configs/ConfigTemplateForm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateForm.java index 263d90f3..df2c10a7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateForm.java @@ -340,7 +340,7 @@ public class ConfigTemplateForm implements TemplateComposer { .withEntityKey(entityKey) .publishIf(() -> modifyGrant && isReadonly) - .newAction(ActionDefinition.SEB_EXAM_CONFIG_DELETE) + .newAction(ActionDefinition.SEB_EXAM_CONFIG_TEMPLATE_DELETE) .withEntityKey(entityKey) .withConfirm(() -> CONFIRM_DELETE) .withExec(this::deleteConfiguration)