-
Bug
-
Resolution: Fixed
-
Major
-
3.4.1, 3.5
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_34_STABLE
-
MDL-61549-master -
In our production system, the username column is part of $CFG->showuseridentity. Therefore, (accordingly privileged) users can see a Username column on the participants page (/user/index.php?courseid=xxx). Until Moodle 3.3, that column was filled with respective usernames. However, starting with Moodle 3.4, that column is empty. With the according development settings, PHP notices are displayed as well:
{Notice: Undefined property: stdClass::$username in <snip>/user/classes/participants_table.php on line 420
For organisational reasons we need the contents of the username column to be displayed in Moodle 3.4 as well.
- is a regression caused by
-
MDL-59436 Remove the columns from the participants page that are not in showuseridentity
-
- Closed
-