added OLAT LMS for selection

This commit is contained in:
anhefti 2021-08-12 13:29:53 +02:00
parent c743947912
commit ebf0fab2f0

View file

@ -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> features;