SEBSERV-331

This commit is contained in:
anhefti 2022-06-28 11:53:57 +02:00
parent 34e4280a76
commit 38037539db

View file

@ -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)