MDL-62599 mod_lti: Add platform support for LTI 1.3
This commit is contained in:
committed by
Jake Dallimore
parent
a411b499b9
commit
27cbb5965e
@@ -1741,10 +1741,6 @@ class core_plugin_manager {
|
||||
'gregorian'
|
||||
),
|
||||
|
||||
'customfield' => array(
|
||||
'checkbox', 'date', 'select', 'text', 'textarea'
|
||||
),
|
||||
|
||||
'coursereport' => array(
|
||||
// Deprecated!
|
||||
),
|
||||
@@ -1810,7 +1806,7 @@ class core_plugin_manager {
|
||||
),
|
||||
|
||||
'ltiservice' => array(
|
||||
'gradebookservices', 'memberships', 'profile', 'toolproxy', 'toolsettings'
|
||||
'gradebookservices', 'memberships', 'profile', 'toolproxy', 'toolsettings', 'basicoutcomes'
|
||||
),
|
||||
|
||||
'mlbackend' => array(
|
||||
|
||||
Reference in New Issue
Block a user