MDL-51496 tool_lp: Remove reorder services from db/services.php

Remove reorder competency framework and templates services from db/services.php.
This commit is contained in:
Jean-Philippe Gaudreau
2016-04-18 10:58:34 +08:00
committed by Frederic Massart
parent d65b912df2
commit c74f3e7d2e
2 changed files with 1 additions and 17 deletions
-16
View File
@@ -84,14 +84,6 @@ $functions = array(
'type' => 'read',
'capabilities' => 'tool/lp:competencyview',
),
'tool_lp_reorder_competency_framework' => array(
'classname' => 'tool_lp\external',
'methodname' => 'reorder_competency_framework',
'classpath' => '',
'description' => 'Move a competency framework to a new relative sort order.',
'type' => 'write',
'capabilities' => 'tool/lp:competencymanage',
),
'tool_lp_create_competency' => array(
'classname' => 'tool_lp\external',
'methodname' => 'create_competency',
@@ -332,14 +324,6 @@ $functions = array(
'type' => 'read',
'capabilities' => 'tool/lp:templateview',
),
'tool_lp_reorder_template' => array(
'classname' => 'tool_lp\external',
'methodname' => 'reorder_template',
'classpath' => '',
'description' => 'Move a learning plan template to a new relative sort order.',
'type' => 'write',
'capabilities' => 'tool/lp:templatemanage',
),
'tool_lp_create_plan' => array(
'classname' => 'tool_lp\external',
'methodname' => 'create_plan',
+1 -1
View File
@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2015052408; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2015052409; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2014110400; // Requires this Moodle version.
$plugin->component = 'tool_lp'; // Full name of the plugin (used for diagnostics).