-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace remove $CFG->completiondefault
- Loading branch information
1 parent
d608ec2
commit 6998088
Showing
3 changed files
with
38 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @justusdieckmann,
Regarding the issue #377, I did a closer look and ended up here.
So for this I have a question first:
Why should it be
opencast
and not thelti
module?The opencast module is related to the
build_activity_modinfo
function.The
lti
module is related here.Is there any specific reason for this here, or I would guess it s meant to be replaced with lti after the copy & paste from
build_activity_modinfo
. right?