mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-51967 tool_lp: Create a dialogue to view the competency information
This commit is contained in:
parent
9fb8385183
commit
2e90c62f79
10 changed files with 384 additions and 7 deletions
|
@ -136,6 +136,15 @@ $functions = array(
|
|||
'capabilities' => 'tool/lp:competencymanage',
|
||||
'ajax' => true,
|
||||
),
|
||||
'tool_lp_data_for_competency_summary' => array(
|
||||
'classname' => 'tool_lp\external',
|
||||
'methodname' => 'data_for_competency_summary',
|
||||
'classpath' => '',
|
||||
'description' => 'Load competency data for summary template.',
|
||||
'type' => 'read',
|
||||
'capabilities' => 'tool/lp:competencyview',
|
||||
'ajax' => true,
|
||||
),
|
||||
'tool_lp_list_competencies' => array(
|
||||
'classname' => 'tool_lp\external',
|
||||
'methodname' => 'list_competencies',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue