diff --git a/admin/tool/lp/db/services.php b/admin/tool/lp/db/services.php index 3f7aa42ad4f..05eb7781148 100644 --- a/admin/tool/lp/db/services.php +++ b/admin/tool/lp/db/services.php @@ -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', diff --git a/admin/tool/lp/version.php b/admin/tool/lp/version.php index b259d7367a3..26ab7eada1b 100644 --- a/admin/tool/lp/version.php +++ b/admin/tool/lp/version.php @@ -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).