removed Open OLAT and Ans again

This commit is contained in:
anhefti 2021-07-05 09:41:05 +02:00
parent 18a9e9f811
commit c8932e9ce8

View file

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