-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.2
-
MOODLE_21_STABLE
while testing for MDL-30045, the following error occurs in attempt to add authorized user (student) to external services:
Did you remember to make the first column something unique in your call to get_records? Duplicate value '766' found in column 'id'.
|
|
line 818 of /lib/dml/mysqli_native_moodle_database.php: call to debugging()
|
line 364 of /webservice/lib.php: call to mysqli_native_moodle_database->get_records_sql()
|
line 391 of /webservice/lib.php: call to webservice->get_user_capabilities()
|
line 96 of /admin/webservice/service_users.php: call to webservice->get_missing_capabilities_by_users()
|
The above error also occurs on MDL-30225.
- Testing discovered
-
MDL-30045 Backport 2.2 changes for login/token.php in 2.1
-
- Closed
-