MDL-49460 tool_lp: Adding user learning plans

Basic CRUD skeleton with external functions.
This commit is contained in:
David Monllao 2015-05-18 10:26:37 +08:00 committed by Frederic Massart
parent d9a39950b2
commit 4db373d5cb
21 changed files with 1653 additions and 27 deletions

View file

@ -38,7 +38,7 @@ $temp = new admin_externalpage(
'toollplearningplans',
get_string('learningplans', 'tool_lp'),
new moodle_url('/admin/tool/lp/learningplans.php'),
'tool/lp:learningplanmanage'
'tool/lp:planmanage'
);
$ADMIN->add('root', $temp, 'toollpcompetencies');