You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2020. It is now read-only.
It seem your plugin is directly inserting records into the enrol_lti_tools table. Why not to use enrol_lti_plugin::add_instance() API instead? Of course after checking other methods such as can_add_instance().
It seem your plugin is directly inserting records into the
enrol_lti_toolstable. Why not to useenrol_lti_plugin::add_instance()API instead? Of course after checking other methods such ascan_add_instance().