From ebf0fab2f0bec8c2e9c64f3a7a3baa5168dc4610 Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 12 Aug 2021 13:29:53 +0200 Subject: [PATCH] added OLAT LMS for selection --- .../ch/ethz/seb/sebserver/gbl/model/institution/LmsSetup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d6dc48e8..223a53f3 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 @@ -63,7 +63,7 @@ public final class LmsSetup implements GrantEntity, Activatable { /** The Ans Delft binding is on the way */ ANS_DELFT(), /** The OpenOLAT binding is on the way */ - OPEN_OLAT(); + OPEN_OLAT(Features.COURSE_API, Features.SEB_RESTRICTION); public final EnumSet features;