added OLAT LMS for selection
This commit is contained in:
parent
c743947912
commit
ebf0fab2f0
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public final class LmsSetup implements GrantEntity, Activatable {
|
||||||
/** The Ans Delft binding is on the way */
|
/** The Ans Delft binding is on the way */
|
||||||
ANS_DELFT(),
|
ANS_DELFT(),
|
||||||
/** The OpenOLAT binding is on the way */
|
/** The OpenOLAT binding is on the way */
|
||||||
OPEN_OLAT();
|
OPEN_OLAT(Features.COURSE_API, Features.SEB_RESTRICTION);
|
||||||
|
|
||||||
public final EnumSet<Features> features;
|
public final EnumSet<Features> features;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue