From dcfd1433102c005b23ff1f97b62c01cec4dcef79 Mon Sep 17 00:00:00 2001 From: Amaia Anabitarte Date: Tue, 26 Mar 2019 13:46:35 +0100 Subject: [PATCH] MDL-63137 mod_feedback: Pointing TODO tasks to right deprecation issue --- grade/grading/classes/privacy/gradingform_legacy_polyfill.php | 6 +++--- grade/grading/tests/privacy_legacy_polyfill_test.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/grade/grading/classes/privacy/gradingform_legacy_polyfill.php b/grade/grading/classes/privacy/gradingform_legacy_polyfill.php index 799e8277192..59738572c20 100644 --- a/grade/grading/classes/privacy/gradingform_legacy_polyfill.php +++ b/grade/grading/classes/privacy/gradingform_legacy_polyfill.php @@ -58,7 +58,7 @@ trait gradingform_legacy_polyfill { * This method is used to export any user data this sub-plugin has using the object to get the context and userid. * * @deprecated Since Moodle 3.6 MDL-62535 Please use the methods in the gradingform_provider_v2 interface. - * @todo MDL-63137 remove this method. + * @todo MDL-63167 remove this method. * * @param context $context Context owner of the data. * @param stdClass $definition Grading definition entry to export. @@ -75,7 +75,7 @@ trait gradingform_legacy_polyfill { * Any call to this method should delete all user data for the context defined. * * @deprecated Since Moodle 3.6 MDL-62535 Please use the methods in the gradingform_provider_v2 interface. - * @todo MDL-63137 remove this method. + * @todo MDL-63167 remove this method. * * @param context $context Context owner of the data. */ @@ -88,7 +88,7 @@ trait gradingform_legacy_polyfill { * A call to this method should delete user data (where practicle) from the userid and context. * * @deprecated Since Moodle 3.6 MDL-62535 Please use the methods in the gradingform_provider_v2 interface. - * @todo MDL-63137 remove this method. + * @todo MDL-63167 remove this method. * * @param int $userid The user whose information is to be deleted. * @param context $context Context owner of the data. diff --git a/grade/grading/tests/privacy_legacy_polyfill_test.php b/grade/grading/tests/privacy_legacy_polyfill_test.php index 241224a9314..63465c84f80 100644 --- a/grade/grading/tests/privacy_legacy_polyfill_test.php +++ b/grade/grading/tests/privacy_legacy_polyfill_test.php @@ -174,7 +174,7 @@ class test_legacy_polyfill_gradingform_provider implements * This method is used to export any user data this sub-plugin has using the object to get the context and userid. * * @deprecated Since Moodle 3.6 MDL-62535 Please use the methods in the gradingform_provider_v2 interface. - * @todo MDL-63137 remove this method. + * @todo MDL-63167 remove this method. * * @param context $context Context owner of the data. * @param stdClass $definition Grading definition entry to export. @@ -190,7 +190,7 @@ class test_legacy_polyfill_gradingform_provider implements * Any call to this method should delete all user data for the context defined. * * @deprecated Since Moodle 3.6 MDL-62535 Please use the methods in the gradingform_provider_v2 interface. - * @todo MDL-63137 remove this method. + * @todo MDL-63167 remove this method. * * @param context $context Context owner of the data. */ @@ -202,7 +202,7 @@ class test_legacy_polyfill_gradingform_provider implements * A call to this method should delete user data (where practicle) from the userid and context. * * @deprecated Since Moodle 3.6 MDL-62535 Please use the methods in the gradingform_provider_v2 interface. - * @todo MDL-63137 remove this method. + * @todo MDL-63167 remove this method. * * @param int $userid The user whose information is to be deleted. * @param context $context Context owner of the data. -- 2.11.4.GIT