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;