-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE
-
wip-
MDL-41158-master-two -
-
BACKEND Sprint 6
When students make submissions in the workshop a debugging message about missing data in the user object is displayed.
Missing firstnamephonetic property in $user object, this is a performance problem that needs to be fixed by a developer. Please use user_picture::fields() to get the full list of required fields.
|
line 196 of /lib/outputcomponents.php: call to debugging()
|
line 2209 of /lib/outputrenderers.php: call to user_picture->__construct()
|
line 194 of /mod/workshop/renderer.php: call to core_renderer->user_picture()
|
line 215 of /lib/outputrenderers.php: call to mod_workshop_renderer->render_workshop_submission_summary()
|
line 191 of /mod/workshop/view.php: call to plugin_renderer_base->render()
|
- has a non-specific relationship to
-
MDL-42812 username_load_fields_from_object should add the prefix to additional fields.
- Closed