binding preparation
This commit is contained in:
parent
58064de2e8
commit
4dcb29e107
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ 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(Features.COURSE_API, Features.SEB_RESTRICTION),
|
||||
/** The OpenOLAT binding is on the way */
|
||||
OPEN_OLAT(/* Features.COURSE_API , Features.SEB_RESTRICTION */);
|
||||
|
||||
|
|
Loading…
Reference in a new issue