From d4668eeeee21458b9c41299570cd517f0907f725 Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 21 Jan 2021 15:21:46 +0100 Subject: [PATCH] privileges --- .../java/ch/ethz/seb/sebserver/gui/content/SEBSettingsForm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/SEBSettingsForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/SEBSettingsForm.java index 31081499..6070ea7f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/SEBSettingsForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/SEBSettingsForm.java @@ -250,7 +250,7 @@ public class SEBSettingsForm implements TemplateComposer { return action; }) .noEventPropagation() - .publishIf(() -> examConfigGrant.iw()) + .publishIf(() -> examConfigGrant.im()) .newAction(ActionDefinition.SEB_EXAM_CONFIG_IMPORT_TO_EXISTING_CONFIG) .withEntityKey(entityKey)