SEBSERV-331
This commit is contained in:
parent
34e4280a76
commit
38037539db
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue