mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-50313-master-featureidnumber' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
9dbe663dbf
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ define('FEATURE_COMPLETION_HAS_RULES', 'completion_has_rules');
|
|||
|
||||
/** True if module has no 'view' page (like label) */
|
||||
define('FEATURE_NO_VIEW_LINK', 'viewlink');
|
||||
/** True if module supports outcomes */
|
||||
/** True (which is default) if the module wants support for setting the ID number for grade calculation purposes. */
|
||||
define('FEATURE_IDNUMBER', 'idnumber');
|
||||
/** True if module supports groups */
|
||||
define('FEATURE_GROUPS', 'groups');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue