mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-51025 tool_lp: Frameworks can be created on a category level
This commit is contained in:
parent
4511b7d694
commit
2de75345bb
31 changed files with 523 additions and 409 deletions
|
@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die;
|
|||
$temp = new admin_externalpage(
|
||||
'toollpcompetencies',
|
||||
get_string('competencyframeworks', 'tool_lp'),
|
||||
new moodle_url('/admin/tool/lp/competencyframeworks.php'),
|
||||
new moodle_url('/admin/tool/lp/competencyframeworks.php', array('pagecontextid' => context_system::instance()->id)),
|
||||
'tool/lp:competencymanage'
|
||||
);
|
||||
$ADMIN->add('root', $temp, 'badges');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue