Remove the requirement for students to have the moodle/course:viewparticipants' capability when creating a dialogue. Instead use the mod/dialogue:open capability check.
This is a data protection issue for some as it means that this setting hinders the ability to disable Student access to the course participants page.
Display participants fullname depending on the receiver/viewed capability
If the logged in user has 'viewfullnames' capabilities then they will see the user fullname as $CFG->alternativefullnameformat otherwise as $CFG->fullnamedisplay
Include students course name in the email notifications sent
Hi,
This will fix the below issues:
Remove the requirement for students to have the moodle/course:viewparticipants' capability when creating a dialogue. Instead use the mod/dialogue:open capability check. This is a data protection issue for some as it means that this setting hinders the ability to disable Student access to the course participants page.
Display participants fullname depending on the receiver/viewed capability If the logged in user has 'viewfullnames' capabilities then they will see the user fullname as $CFG->alternativefullnameformat otherwise as $CFG->fullnamedisplay
Include students course name in the email notifications sent
Regards,
Sumaiya