MDL-51967 tool_lp: Create a dialogue to view the competency information

This commit is contained in:
Issam Taboubi 2015-11-06 17:22:41 -05:00 committed by Frederic Massart
parent 9fb8385183
commit 2e90c62f79
10 changed files with 384 additions and 7 deletions

View file

@ -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',