From c8932e9ce88b5537cd7b5a9518a5000ce753f9e4 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 5 Jul 2021 09:41:05 +0200 Subject: [PATCH] removed Open OLAT and Ans again --- .../ch/ethz/seb/sebserver/gbl/model/institution/LmsSetup.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetup.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetup.java index 7603eabc..d6dc48e8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetup.java @@ -61,9 +61,9 @@ public final class LmsSetup implements GrantEntity, Activatable { /** The Moodle binding features only the course access API so far */ MOODLE(Features.COURSE_API /* , Features.SEB_RESTRICTION */), /** The Ans Delft binding is on the way */ - ANS_DELFT(Features.COURSE_API, Features.SEB_RESTRICTION), + ANS_DELFT(), /** The OpenOLAT binding is on the way */ - OPEN_OLAT(Features.COURSE_API, Features.SEB_RESTRICTION); + OPEN_OLAT(); public final EnumSet features;