removed Open OLAT and Ans again
This commit is contained in:
parent
18a9e9f811
commit
c8932e9ce8
1 changed files with 2 additions and 2 deletions
|
@ -61,9 +61,9 @@ public final class LmsSetup implements GrantEntity, Activatable {
|
||||||
/** The Moodle binding features only the course access API so far */
|
/** The Moodle binding features only the course access API so far */
|
||||||
MOODLE(Features.COURSE_API /* , Features.SEB_RESTRICTION */),
|
MOODLE(Features.COURSE_API /* , Features.SEB_RESTRICTION */),
|
||||||
/** The Ans Delft binding is on the way */
|
/** 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 */
|
/** The OpenOLAT binding is on the way */
|
||||||
OPEN_OLAT(Features.COURSE_API, Features.SEB_RESTRICTION);
|
OPEN_OLAT();
|
||||||
|
|
||||||
public final EnumSet<Features> features;
|
public final EnumSet<Features> features;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue