-
Bug
-
Resolution: Fixed
-
Minor
-
3.7.1, 3.8
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
To reproduce (debugging at Developer level)...
- Pull up a Course Category page
- Select 'Assign roles' from the settings cog
- Select a role (e.g. Manager)
- Search for and add any user you like
Check logs, and you should see...
Debugging: The user_selector classes do not support custom list of extra identity fields any more. Instead, the user identity fields defined by the site administrator will be used to respect the configured privacy setting. in
- line 112 of /user/selector/lib.php: call to debugging()
- line 48 of /admin/roles/classes/assign_user_selector_base.php: call to user_selector_base->__construct()
- line 60 of /user/selector/search.php: call to core_role_assign_user_selector_base->__construct()
- referer: ........./admin/roles/assign.php?contextid=3&roleid=1
- has a non-specific relationship to
-
MDL-59847 Check situation when city/country are hiddenfields and identityfields at the same time
-
- Closed
-