-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.5
-
MOODLE_311_STABLE
-
MOODLE_311_STABLE
-
- Visually confirm deleted user fields are no longer referenced in /user/classes/fields.php method get_display_name()
- Confirm automated tests still pass
Seems to be small leftover from MDL-28452, when "social" profile fields were moved out of the "user" table: https://github.com/moodle/moodle/blob/0e188470b1cf177126b426fddf7a2798e0a0a8b2/lib/db/upgrade.php#L2581-L2588 and corresponding lang strings were deprecated: https://github.com/moodle/moodle/blob/0e188470b1cf177126b426fddf7a2798e0a0a8b2/lang/en/deprecated.txt#L61-L64
We should remove references to both from the \core_user\fields class
- has a non-specific relationship to
-
MDL-28452 Convert user profile fields for messaging/networking into custom profile fields
-
- Closed
-