mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-49460 tool_lp: Adding user learning plans
Basic CRUD skeleton with external functions.
This commit is contained in:
parent
d9a39950b2
commit
4db373d5cb
21 changed files with 1653 additions and 27 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue